Class: NitroKit::SettingsLayout::Item
- Inherits:
-
Data
- Object
- Data
- NitroKit::SettingsLayout::Item
- Defined in:
- app/components/nitro_kit/settings_layout.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#href ⇒ Object
readonly
Returns the value of attribute href.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#current ⇒ Object (readonly)
Returns the value of attribute current
5 6 7 |
# File 'app/components/nitro_kit/settings_layout.rb', line 5 def current @current end |
#href ⇒ Object (readonly)
Returns the value of attribute href
5 6 7 |
# File 'app/components/nitro_kit/settings_layout.rb', line 5 def href @href end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
5 6 7 |
# File 'app/components/nitro_kit/settings_layout.rb', line 5 def icon @icon end |
#text ⇒ Object (readonly)
Returns the value of attribute text
5 6 7 |
# File 'app/components/nitro_kit/settings_layout.rb', line 5 def text @text end |