Sha256: 47fc3984b43953a04e2ffab110a4d19c9a0b453a676f8309720656513cfc244e
Contents?: true
Size: 362 Bytes
Versions: 10
Compression:
Stored size: 362 Bytes
Contents
# coding: utf-8 module ONIX class SenderIdentifier include ROXML include ONIX::Common xml_name "SenderIdentifier" xml_accessor :sender_id_type, :from => "SenderIDType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :id_type_name, :from => "IDTypeName" xml_accessor :id_value, :from => "IDValue" end end
Version data entries
10 entries across 10 versions & 2 rubygems