Method: CustomFields::Types::Text::Target::ClassMethods#text_attribute_get
- Defined in:
- lib/custom_fields/types/text.rb
#text_attribute_get(instance, name) ⇒ Hash
Build a hash storing the raw value for a string custom field of an instance.
42 43 44 |
# File 'lib/custom_fields/types/text.rb', line 42 def text_attribute_get(instance, name) default_attribute_get(instance, name) end |