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