Class: Spree::Storefront::Engine::Environment
- Inherits:
-
Struct
- Object
- Struct
- Spree::Storefront::Engine::Environment
- Defined in:
- lib/spree/storefront/engine.rb
Instance Attribute Summary collapse
-
#add_to_cart_partials ⇒ Object
Returns the value of attribute add_to_cart_partials.
-
#add_to_wishlist_partials ⇒ Object
Returns the value of attribute add_to_wishlist_partials.
-
#body_end_partials ⇒ Object
Returns the value of attribute body_end_partials.
-
#body_start_partials ⇒ Object
Returns the value of attribute body_start_partials.
-
#cart_partials ⇒ Object
Returns the value of attribute cart_partials.
-
#checkout_complete_partials ⇒ Object
Returns the value of attribute checkout_complete_partials.
-
#checkout_partials ⇒ Object
Returns the value of attribute checkout_partials.
-
#head_partials ⇒ Object
Returns the value of attribute head_partials.
-
#product_partials ⇒ Object
Returns the value of attribute product_partials.
-
#quick_checkout_partials ⇒ Object
Returns the value of attribute quick_checkout_partials.
-
#remove_from_cart_partials ⇒ Object
Returns the value of attribute remove_from_cart_partials.
Instance Attribute Details
#add_to_cart_partials ⇒ Object
Returns the value of attribute add_to_cart_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def add_to_cart_partials @add_to_cart_partials end |
#add_to_wishlist_partials ⇒ Object
Returns the value of attribute add_to_wishlist_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def add_to_wishlist_partials @add_to_wishlist_partials end |
#body_end_partials ⇒ Object
Returns the value of attribute body_end_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def body_end_partials @body_end_partials end |
#body_start_partials ⇒ Object
Returns the value of attribute body_start_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def body_start_partials @body_start_partials end |
#cart_partials ⇒ Object
Returns the value of attribute cart_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def cart_partials @cart_partials end |
#checkout_complete_partials ⇒ Object
Returns the value of attribute checkout_complete_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def checkout_complete_partials @checkout_complete_partials end |
#checkout_partials ⇒ Object
Returns the value of attribute checkout_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def checkout_partials @checkout_partials end |
#head_partials ⇒ Object
Returns the value of attribute head_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def head_partials @head_partials end |
#product_partials ⇒ Object
Returns the value of attribute product_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def product_partials @product_partials end |
#quick_checkout_partials ⇒ Object
Returns the value of attribute quick_checkout_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def quick_checkout_partials @quick_checkout_partials end |
#remove_from_cart_partials ⇒ Object
Returns the value of attribute remove_from_cart_partials
6 7 8 |
# File 'lib/spree/storefront/engine.rb', line 6 def remove_from_cart_partials @remove_from_cart_partials end |