Class: Spree::Backend::Engine::Environment
- Inherits:
-
Struct
- Object
- Struct
- Spree::Backend::Engine::Environment
- Defined in:
- lib/spree/backend/engine.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#main_menu ⇒ Object
Returns the value of attribute main_menu.
-
#tabs ⇒ Object
Returns the value of attribute tabs.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
7 8 9 |
# File 'lib/spree/backend/engine.rb', line 7 def actions @actions end |
#main_menu ⇒ Object
Returns the value of attribute main_menu
7 8 9 |
# File 'lib/spree/backend/engine.rb', line 7 def @main_menu end |
#tabs ⇒ Object
Returns the value of attribute tabs
7 8 9 |
# File 'lib/spree/backend/engine.rb', line 7 def tabs @tabs end |