Class: NitroKit::ButtonGroup::Entry
- Inherits:
-
Data
- Object
- Data
- NitroKit::ButtonGroup::Entry
- Defined in:
- app/components/nitro_kit/button_group.rb
Instance Attribute Summary collapse
-
#button ⇒ Object
readonly
Returns the value of attribute button.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#button ⇒ Object (readonly)
Returns the value of attribute button
5 6 7 |
# File 'app/components/nitro_kit/button_group.rb', line 5 def @button end |
#content ⇒ Object (readonly)
Returns the value of attribute content
5 6 7 |
# File 'app/components/nitro_kit/button_group.rb', line 5 def content @content end |