Class: RivetCms::Navigation::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/rivet_cms/navigation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#badgeObject

Returns the value of attribute badge

Returns:

  • (Object)

    the current value of badge



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def badge
  @badge
end

#exactObject

Returns the value of attribute exact

Returns:

  • (Object)

    the current value of exact



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def exact
  @exact
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def icon
  @icon
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def label
  @label
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def path
  @path
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def position
  @position
end

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def requires
  @requires
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def section
  @section
end

#visibleObject

Returns the value of attribute visible

Returns:

  • (Object)

    the current value of visible



22
23
24
# File 'lib/rivet_cms/navigation.rb', line 22

def visible
  @visible
end