Class: Workarea::GlobalE::CustomProductAttribute
- Inherits:
-
Object
- Object
- Workarea::GlobalE::CustomProductAttribute
- Defined in:
- app/services/workarea/global_e/custom_product_attribute.rb
Instance Method Summary collapse
-
#attribute_key ⇒ String
Custom product attribute name that is used for product personalization by the end customer (e.g. engraving).
-
#attribute_value ⇒ String
Custom product attribute value that is used for product personalization by the end customer (e.g. engraving).
Instance Method Details
#attribute_key ⇒ String
Custom product attribute name that is used for product personalization by the end customer (e.g. engraving)
8 9 |
# File 'app/services/workarea/global_e/custom_product_attribute.rb', line 8 def attribute_key end |
#attribute_value ⇒ String
Custom product attribute value that is used for product personalization by the end customer (e.g. engraving).
15 16 |
# File 'app/services/workarea/global_e/custom_product_attribute.rb', line 15 def attribute_value end |