Sha256: 494050948480f7e9e866a70a49e6fb6d2ba5661c1cc31429ac0a4a8f4d0cb69b
Contents?: true
Size: 306 Bytes
Versions: 22
Compression:
Stored size: 306 Bytes
Contents
# coding: utf-8 module ONIX class AddresseeIdentifier include ROXML xml_accessor :addressee_id_type, :from => "AddresseeIDType", :as => Fixnum # should be a 2 digit num xml_accessor :id_type_name, :from => "IDTypeName" xml_accessor :id_value, :from => "IDValue" end end
Version data entries
22 entries across 22 versions & 2 rubygems