Class: Workarea::GlobalE::CustomProductAttribute

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

Instance Method Summary collapse

Instance Method Details

#attribute_keyString

Custom product attribute name that is used for product personalization by the end customer (e.g. engraving)

Returns:

  • (String)


8
9
# File 'app/services/workarea/global_e/custom_product_attribute.rb', line 8

def attribute_key
end

#attribute_valueString

Custom product attribute value that is used for product personalization by the end customer (e.g. engraving).

Returns:

  • (String)


15
16
# File 'app/services/workarea/global_e/custom_product_attribute.rb', line 15

def attribute_value
end