Sha256: c0087a9155ae55542106e43d6cc39dc6f02a8cd07b665588f3bf7e5b290fe099
Contents?: true
Size: 279 Bytes
Versions: 18
Compression:
Stored size: 279 Bytes
Contents
# coding: utf-8 module ONIX class ProductIdentifier include ROXML xml_name "ProductIdentifier" xml_accessor :product_id_type, :from => "ProductIDType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :id_value, :from => "IDValue" end end
Version data entries
18 entries across 18 versions & 2 rubygems