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