method
mattr_accessor
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
mattr_accessor(*syms)
public
Hide source
# File activesupport/lib/active_support/core_ext/module/attribute_accessors.rb, line 56 def mattr_accessor(*syms) mattr_reader(*syms) mattr_writer(*syms) end