Class: NitroKit::AppNavigation::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#ariaObject (readonly)

Returns the value of attribute aria

Returns:

  • (Object)

    the current value of aria



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

def aria
  @aria
end

#badgeObject (readonly)

Returns the value of attribute badge

Returns:

  • (Object)

    the current value of badge



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

def badge
  @badge
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



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

def css_class
  @css_class
end

#currentObject (readonly)

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



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

def current
  @current
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



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

def href
  @href
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



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

def html
  @html
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



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

def icon
  @icon
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end