Class: AdminStructure::Section
- Inherits:
-
Struct
- Object
- Struct
- AdminStructure::Section
- Defined in:
- app/utils/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.
-
#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
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def counter @counter end |
#creation_path ⇒ Object
Returns the value of attribute creation_path
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def creation_path @creation_path end |
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def description @description end |
#icon ⇒ Object
Returns the value of attribute icon
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def icon @icon end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def name @name end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def path @path end |
#show_menu_counter ⇒ Object
Returns the value of attribute show_menu_counter
6 7 8 |
# File 'app/utils/admin_structure.rb', line 6 def @show_menu_counter end |
Instance Method Details
#show_menu_counter? ⇒ Boolean
8 9 10 |
# File 'app/utils/admin_structure.rb', line 8 def .present? end |