Class: Spree::Backend::Engine::Environment

Inherits:
Struct
  • Object
show all
Defined in:
lib/spree/backend/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ Object

Returns the value of attribute actions

Returns:

  • (Object) —

    the current value of actions



7
8
9
# File 'lib/spree/backend/engine.rb', line 7

def actions
  @actions
end

Returns the value of attribute main_menu

Returns:

  • (Object) —

    the current value of main_menu



7
8
9
# File 'lib/spree/backend/engine.rb', line 7

def main_menu
  @main_menu
end

#tabs ⇒ Object

Returns the value of attribute tabs

Returns:

  • (Object) —

    the current value of tabs



7
8
9
# File 'lib/spree/backend/engine.rb', line 7

def tabs
  @tabs
end