Class: NitroKit::Tabs::Tab
- Inherits:
-
Data
- Object
- Data
- NitroKit::Tabs::Tab
- Defined in:
- app/components/nitro_kit/tabs.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#disabled ⇒ Object
readonly
Returns the value of attribute disabled.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
7 8 9 |
# File 'app/components/nitro_kit/tabs.rb', line 7 def content @content end |
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled
7 8 9 |
# File 'app/components/nitro_kit/tabs.rb', line 7 def disabled @disabled end |
#key ⇒ Object (readonly)
Returns the value of attribute key
7 8 9 |
# File 'app/components/nitro_kit/tabs.rb', line 7 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
7 8 9 |
# File 'app/components/nitro_kit/tabs.rb', line 7 def label @label end |