Class: RivetCms::Navigation::Item
- Inherits:
-
Struct
- Object
- Struct
- RivetCms::Navigation::Item
- Defined in:
- lib/rivet_cms/navigation.rb
Instance Attribute Summary collapse
-
#badge ⇒ Object
Returns the value of attribute badge.
-
#exact ⇒ Object
Returns the value of attribute exact.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#path ⇒ Object
Returns the value of attribute path.
-
#position ⇒ Object
Returns the value of attribute position.
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#section ⇒ Object
Returns the value of attribute section.
-
#visible ⇒ Object
Returns the value of attribute visible.
Instance Attribute Details
#badge ⇒ Object
Returns the value of attribute badge
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def badge @badge end |
#exact ⇒ Object
Returns the value of attribute exact
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def exact @exact end |
#icon ⇒ Object
Returns the value of attribute icon
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def icon @icon end |
#key ⇒ Object
Returns the value of attribute key
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def key @key end |
#label ⇒ Object
Returns the value of attribute label
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def label @label end |
#path ⇒ Object
Returns the value of attribute path
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def path @path end |
#position ⇒ Object
Returns the value of attribute position
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def position @position end |
#requires ⇒ Object
Returns the value of attribute requires
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def requires @requires end |
#section ⇒ Object
Returns the value of attribute section
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def section @section end |
#visible ⇒ Object
Returns the value of attribute visible
22 23 24 |
# File 'lib/rivet_cms/navigation.rb', line 22 def visible @visible end |