instance method
_read_attribute
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
_read_attribute(attr)
No documentation comment.
Parameters
-
attrreq
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 474
def _read_attribute(attr)
__send__(attr)
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 474
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods