Class: Refinery::Flare::Field
- Inherits:
-
Object
- Object
- Refinery::Flare::Field
- Includes:
- ActiveModel::Validations, HashInitializer
- Defined in:
- app/models/refinery/flare/field.rb
Instance Attribute Summary collapse
-
#refinery_type ⇒ Object
Returns the value of attribute refinery_type.
-
#refinery_type_options ⇒ Object
Returns the value of attribute refinery_type_options.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods included from HashInitializer
Instance Attribute Details
#refinery_type ⇒ Object
Returns the value of attribute refinery_type.
7 8 9 |
# File 'app/models/refinery/flare/field.rb', line 7 def refinery_type @refinery_type end |
#refinery_type_options ⇒ Object
Returns the value of attribute refinery_type_options.
7 8 9 |
# File 'app/models/refinery/flare/field.rb', line 7 def @refinery_type_options end |
#title ⇒ Object
Returns the value of attribute title.
7 8 9 |
# File 'app/models/refinery/flare/field.rb', line 7 def title @title end |