Class: Workarea::GlobalE::Merchant::CartProductAttribute
- Inherits:
-
Object
- Object
- Workarea::GlobalE::Merchant::CartProductAttribute
- Defined in:
- app/services/workarea/global_e/merchant_cart_product_attribute.rb
Instance Method Summary collapse
-
#attribute_key ⇒ String
Custom product attribute name that is used to describe personalized product.
-
#attribute_value ⇒ String
Custom product attribute value that is used to describe personalized product.
Instance Method Details
#attribute_key ⇒ String
Custom product attribute name that is used to describe personalized product.
9 10 |
# File 'app/services/workarea/global_e/merchant_cart_product_attribute.rb', line 9 def attribute_key end |
#attribute_value ⇒ String
Custom product attribute value that is used to describe personalized product.
16 17 |
# File 'app/services/workarea/global_e/merchant_cart_product_attribute.rb', line 16 def attribute_value end |