Sha256: 736be6ef9769a76daf74f2032061876cc9a9f588979d3c955552dc6886ecf236

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

module Workarea
  module GlobalE
    class CustomProductAttribute
      # Custom product attribute name that is used for product personalization by the end customer (e.g. engraving)
      #
      # @return [String]
      #
      def attribute_key
      end

      # Custom product attribute value that is used for product personalization by the end customer (e.g. engraving).
      #
      # @return [String]
      #
      def attribute_value
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-global_e-1.3.0 app/services/workarea/global_e/custom_product_attribute.rb
workarea-global_e-1.2.1 app/services/workarea/global_e/custom_product_attribute.rb