Sha256: 18a447dfd49e3a2b789d1cf5063a04cc5fa2bc1fc20c3eac2d608bb365cd0747

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

module Workarea
  module GlobalE
    class ProductMetaData
      # Customer-defined product attributes that allow to personalize the
      # product if supported by the merchant’s site (e.g. engraving).
      #
      # @return [Array<Workarea::GlobalE::CustomProductAttribute>]
      #
      def attributes
      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/product_meta_data.rb
workarea-global_e-1.2.1 app/services/workarea/global_e/product_meta_data.rb