Class: NitroKit::AppNavigation::Section

Inherits:
Data
  • Object
show all
Defined in:
app/components/nitro_kit/app_navigation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



9
10
11
# File 'app/components/nitro_kit/app_navigation.rb', line 9

def entries
  @entries
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'app/components/nitro_kit/app_navigation.rb', line 9

def label
  @label
end