Class: Enlight::Models::CustomField
- Defined in:
- lib/enlight/models/custom_field.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#text_value ⇒ Object
Returns the value of attribute text_value.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/models/custom_field.rb', line 4 def name @name end |
#text_value ⇒ Object
Returns the value of attribute text_value.
4 5 6 |
# File 'lib/enlight/models/custom_field.rb', line 4 def text_value @text_value end |