method
_read_attribute
rails latest stable - Class:
ActiveModel::AttributeMethods
_read_attribute(attr)private
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 535
def _read_attribute(attr)
__send__(attr)
end