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