instance method
mattr_accessor
Ruby on Rails 2.2.3
Since v2.2.3Signature
mattr_accessor(*syms)
No documentation comment.
Parameters
-
symsrest
Source
# File activesupport/lib/active_support/core_ext/module/attribute_accessors.rb, line 54
def mattr_accessor(*syms)
mattr_reader(*syms)
mattr_writer(*syms)
end
Defined in activesupport/lib/active_support/core_ext/module/attribute_accessors.rb line 54
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Module