method

mattr_accessor

v2.1.0 - Show latest stable - Class: Module
mattr_accessor(*syms)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/module/attribute_accessors.rb, line 56
  def mattr_accessor(*syms)
    mattr_reader(*syms)
    mattr_writer(*syms)
  end