Class: Coalla::AdminStructure::Section
- Inherits:
-
Struct
- Object
- Struct
- Coalla::AdminStructure::Section
- Defined in:
- lib/coalla/builders/admin_structure.rb
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#creation_path ⇒ Object
Returns the value of attribute creation_path.
-
#description ⇒ Object
Returns the value of attribute description.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#section_name ⇒ Object
Returns the value of attribute section_name.
-
#show_menu_counter ⇒ Object
Returns the value of attribute show_menu_counter.
Instance Method Summary collapse
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def counter @counter end |
#creation_path ⇒ Object
Returns the value of attribute creation_path
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def creation_path @creation_path end |
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def description @description end |
#icon ⇒ Object
Returns the value of attribute icon
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def icon @icon end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def name @name end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def path @path end |
#section_name ⇒ Object
Returns the value of attribute section_name
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def section_name @section_name end |
#show_menu_counter ⇒ Object
Returns the value of attribute show_menu_counter
4 5 6 |
# File 'lib/coalla/builders/admin_structure.rb', line 4 def @show_menu_counter end |
Instance Method Details
#show_menu_counter? ⇒ Boolean
6 7 8 |
# File 'lib/coalla/builders/admin_structure.rb', line 6 def .present? end |