Class: Practical::Views::FormBuilders::CollectionOption
- Inherits:
-
Struct
- Object
- Struct
- Practical::Views::FormBuilders::CollectionOption
- Defined in:
- app/lib/practical/views/form_builders/collection_option.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#title ⇒ Object
Returns the value of attribute title.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'app/lib/practical/views/form_builders/collection_option.rb', line 4 def description @description end |
#icon ⇒ Object
Returns the value of attribute icon
4 5 6 |
# File 'app/lib/practical/views/form_builders/collection_option.rb', line 4 def icon @icon end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'app/lib/practical/views/form_builders/collection_option.rb', line 4 def title @title end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'app/lib/practical/views/form_builders/collection_option.rb', line 4 def value @value end |