Class: Spree::Core::Engine::Environment

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

Instance Attribute Summary collapse

Instance Attribute Details

#adjustersObject

Returns the value of attribute adjusters



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

def adjusters
  @adjusters
end

#analytics_event_handlersObject

Returns the value of attribute analytics_event_handlers



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

def analytics_event_handlers
  @analytics_event_handlers
end

#analytics_eventsObject

Returns the value of attribute analytics_events



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

def analytics_events
  @analytics_events
end

#calculatorsObject

Returns the value of attribute calculators



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

def calculators
  @calculators
end

#data_feed_typesObject

Returns the value of attribute data_feed_types



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

def data_feed_types
  @data_feed_types
end

#dependenciesObject

Returns the value of attribute dependencies



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

def dependencies
  @dependencies
end

#export_typesObject

Returns the value of attribute export_types



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

def export_types
  @export_types
end

#import_typesObject

Returns the value of attribute import_types



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

def import_types
  @import_types
end

#integrationsObject

Returns the value of attribute integrations



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

def integrations
  @integrations
end

#line_item_comparison_hooksObject

Returns the value of attribute line_item_comparison_hooks



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

def line_item_comparison_hooks
  @line_item_comparison_hooks
end

#metafieldsObject

Returns the value of attribute metafields



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

def metafields
  @metafields
end

#page_blocksObject

Returns the value of attribute page_blocks



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

def page_blocks
  @page_blocks
end

#page_sectionsObject

Returns the value of attribute page_sections



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

def page_sections
  @page_sections
end

#pagesObject

Returns the value of attribute pages



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

def pages
  @pages
end

#payment_methodsObject

Returns the value of attribute payment_methods



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

def payment_methods
  @payment_methods
end

#preferencesObject

Returns the value of attribute preferences



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

def preferences
  @preferences
end

#promotionsObject

Returns the value of attribute promotions



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

def promotions
  @promotions
end

#reportsObject

Returns the value of attribute reports



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

def reports
  @reports
end

#stock_splittersObject

Returns the value of attribute stock_splitters



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

def stock_splitters
  @stock_splitters
end

#taxon_rulesObject

Returns the value of attribute taxon_rules



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

def taxon_rules
  @taxon_rules
end

#theme_layout_sectionsObject

Returns the value of attribute theme_layout_sections



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

def theme_layout_sections
  @theme_layout_sections
end

#themesObject

Returns the value of attribute themes



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

def themes
  @themes
end

#translatable_resourcesObject

Returns the value of attribute translatable_resources



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

def translatable_resources
  @translatable_resources
end

#validatorsObject

Returns the value of attribute validators



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

def validators
  @validators
end