Sha256: 85cf7a09abf2e709fb9add5c53c56101119a166961f4d8e7f4be7d1e0e1de876

Contents?: true

Size: 339 Bytes

Versions: 4

Compression:

Stored size: 339 Bytes

Contents

# coding: utf-8

class Cacofonix::ProductClassification < Cacofonix::Element
  xml_name "ProductClassification"
  xml_accessor :product_classification_type, "ProductClassificationType"
  onix_code_from_list :product_classification_code, "ProductClassificationCode", :list => 9
  xml_accessor :percent, :from => "Percent", :as => Float
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/elements/product_classification.rb
cacofonix-0.10.2 lib/cacofonix/elements/product_classification.rb
cacofonix-0.10.1 lib/cacofonix/elements/product_classification.rb
cacofonix-0.10.0 lib/cacofonix/elements/product_classification.rb