Class: Undercase::ApplicationHelper::Dropdown
- Inherits:
-
Struct
- Object
- Struct
- Undercase::ApplicationHelper::Dropdown
- Defined in:
- app/helpers/undercase/application_helper.rb
Instance Attribute Summary collapse
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#link_text ⇒ Object
Returns the value of attribute link_text.
-
#placement ⇒ Object
Returns the value of attribute placement.
Instance Attribute Details
#contents ⇒ Object
Returns the value of attribute contents
3 4 5 |
# File 'app/helpers/undercase/application_helper.rb', line 3 def contents @contents end |
#link_text ⇒ Object
Returns the value of attribute link_text
3 4 5 |
# File 'app/helpers/undercase/application_helper.rb', line 3 def link_text @link_text end |
#placement ⇒ Object
Returns the value of attribute placement
3 4 5 |
# File 'app/helpers/undercase/application_helper.rb', line 3 def placement @placement end |