Class: Workarea::GlobalE::Merchant::CartProductAttribute

Inherits:
Object
  • Object
show all
Defined in:
app/services/workarea/global_e/merchant_cart_product_attribute.rb

Instance Method Summary collapse

Instance Method Details

#attribute_keyString

Custom product attribute name that is used to describe personalized product.

Returns:

  • (String)


9
10
# File 'app/services/workarea/global_e/merchant_cart_product_attribute.rb', line 9

def attribute_key
end

#attribute_valueString

Custom product attribute value that is used to describe personalized product.

Returns:

  • (String)


16
17
# File 'app/services/workarea/global_e/merchant_cart_product_attribute.rb', line 16

def attribute_value
end