Sha256: 78fb8380ba88047523030ba6f9d04d3bb58d144d4071c99dc5fe236d0c934b19
Contents?: true
Size: 185 Bytes
Versions: 7
Compression:
Stored size: 185 Bytes
Contents
module ONIX class ProductIdentifier include ROXML xml_accessor :product_id_type, :twodigit, :from => "ProductIDType" xml_accessor :id_value, :from => "IDValue" end end
Version data entries
7 entries across 7 versions & 1 rubygems