Class: Spree::Core::Engine::Environment
- Inherits:
-
Struct
- Object
- Struct
- Spree::Core::Engine::Environment
- Defined in:
- lib/spree/core/engine.rb
Instance Attribute Summary collapse
-
#adjusters ⇒ Object
Returns the value of attribute adjusters.
-
#analytics_event_handlers ⇒ Object
Returns the value of attribute analytics_event_handlers.
-
#analytics_events ⇒ Object
Returns the value of attribute analytics_events.
-
#calculators ⇒ Object
Returns the value of attribute calculators.
-
#data_feed_types ⇒ Object
Returns the value of attribute data_feed_types.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#export_types ⇒ Object
Returns the value of attribute export_types.
-
#import_types ⇒ Object
Returns the value of attribute import_types.
-
#integrations ⇒ Object
Returns the value of attribute integrations.
-
#line_item_comparison_hooks ⇒ Object
Returns the value of attribute line_item_comparison_hooks.
-
#metafields ⇒ Object
Returns the value of attribute metafields.
-
#page_blocks ⇒ Object
Returns the value of attribute page_blocks.
-
#page_sections ⇒ Object
Returns the value of attribute page_sections.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#payment_methods ⇒ Object
Returns the value of attribute payment_methods.
-
#preferences ⇒ Object
Returns the value of attribute preferences.
-
#promotions ⇒ Object
Returns the value of attribute promotions.
-
#reports ⇒ Object
Returns the value of attribute reports.
-
#stock_splitters ⇒ Object
Returns the value of attribute stock_splitters.
-
#taxon_rules ⇒ Object
Returns the value of attribute taxon_rules.
-
#theme_layout_sections ⇒ Object
Returns the value of attribute theme_layout_sections.
-
#themes ⇒ Object
Returns the value of attribute themes.
-
#translatable_resources ⇒ Object
Returns the value of attribute translatable_resources.
-
#validators ⇒ Object
Returns the value of attribute validators.
Instance Attribute Details
#adjusters ⇒ Object
Returns the value of attribute adjusters
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def adjusters @adjusters end |
#analytics_event_handlers ⇒ Object
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_events ⇒ Object
Returns the value of attribute analytics_events
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def analytics_events @analytics_events end |
#calculators ⇒ Object
Returns the value of attribute calculators
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def calculators @calculators end |
#data_feed_types ⇒ Object
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 |
#dependencies ⇒ Object
Returns the value of attribute dependencies
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def dependencies @dependencies end |
#export_types ⇒ Object
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_types ⇒ Object
Returns the value of attribute import_types
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def import_types @import_types end |
#integrations ⇒ Object
Returns the value of attribute integrations
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def integrations @integrations end |
#line_item_comparison_hooks ⇒ Object
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 |
#metafields ⇒ Object
Returns the value of attribute metafields
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def end |
#page_blocks ⇒ Object
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_sections ⇒ Object
Returns the value of attribute page_sections
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def page_sections @page_sections end |
#pages ⇒ Object
Returns the value of attribute pages
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def pages @pages end |
#payment_methods ⇒ Object
Returns the value of attribute payment_methods
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def payment_methods @payment_methods end |
#preferences ⇒ Object
Returns the value of attribute preferences
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def preferences @preferences end |
#promotions ⇒ Object
Returns the value of attribute promotions
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def promotions @promotions end |
#reports ⇒ Object
Returns the value of attribute reports
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def reports @reports end |
#stock_splitters ⇒ Object
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_rules ⇒ Object
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_sections ⇒ Object
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 |
#themes ⇒ Object
Returns the value of attribute themes
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def themes @themes end |
#translatable_resources ⇒ Object
Returns the value of attribute translatable_resources
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def translatable_resources @translatable_resources end |
#validators ⇒ Object
Returns the value of attribute validators
7 8 9 |
# File 'lib/spree/core/engine.rb', line 7 def validators @validators end |