Sha256: 00cbdb367b52183285a2c81495770b286a305490e21cda7984c971e143b465e1
Contents?: true
Size: 304 Bytes
Versions: 10
Compression:
Stored size: 304 Bytes
Contents
# coding: utf-8 module ONIX class ProductIdentifier include ROXML include ONIX::Common 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
10 entries across 10 versions & 2 rubygems