Class: Spree::Storefront::Engine::Environment

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

Instance Attribute Summary collapse

Instance Attribute Details

#add_to_cart_partialsObject

Returns the value of attribute add_to_cart_partials

Returns:

  • (Object)

    the current value of 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_partialsObject

Returns the value of attribute add_to_wishlist_partials

Returns:

  • (Object)

    the current value of 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_partialsObject

Returns the value of attribute body_end_partials

Returns:

  • (Object)

    the current value of body_end_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def body_end_partials
  @body_end_partials
end

#body_start_partialsObject

Returns the value of attribute body_start_partials

Returns:

  • (Object)

    the current value of body_start_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def body_start_partials
  @body_start_partials
end

#cart_partialsObject

Returns the value of attribute cart_partials

Returns:

  • (Object)

    the current value of cart_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def cart_partials
  @cart_partials
end

#checkout_complete_partialsObject

Returns the value of attribute checkout_complete_partials

Returns:

  • (Object)

    the current value of checkout_complete_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def checkout_complete_partials
  @checkout_complete_partials
end

#checkout_partialsObject

Returns the value of attribute checkout_partials

Returns:

  • (Object)

    the current value of checkout_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def checkout_partials
  @checkout_partials
end

#head_partialsObject

Returns the value of attribute head_partials

Returns:

  • (Object)

    the current value of head_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def head_partials
  @head_partials
end

#product_partialsObject

Returns the value of attribute product_partials

Returns:

  • (Object)

    the current value of product_partials



6
7
8
# File 'lib/spree/storefront/engine.rb', line 6

def product_partials
  @product_partials
end

#quick_checkout_partialsObject

Returns the value of attribute quick_checkout_partials

Returns:

  • (Object)

    the current value of 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_partialsObject

Returns the value of attribute remove_from_cart_partials

Returns:

  • (Object)

    the current value of 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