Class: NitroKit::AppNavigation::Section
- Inherits:
-
Data
- Object
- Data
- NitroKit::AppNavigation::Section
- Defined in:
- app/components/nitro_kit/app_navigation.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries
9 10 11 |
# File 'app/components/nitro_kit/app_navigation.rb', line 9 def entries @entries end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'app/components/nitro_kit/app_navigation.rb', line 9 def label @label end |