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