Sha256: 8acb4fe31756dcf0e93ada57354117869b8c178c94c9669401180d62a0f9f474
Contents?: true
Size: 542 Bytes
Versions: 22
Compression:
Stored size: 542 Bytes
Contents
# coding: utf-8 module ONIX class Publisher include ROXML xml_name "Publisher" xml_accessor :publishing_role, :from => "PublishingRole", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :name_code_type, :from => "NameCodeType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :name_code_type_name, :from => "NameCodeTypeName" xml_accessor :name_code_type_value, :from => "NameCodeTypeValue" xml_accessor :publisher_name, :from => "PublisherName" end end
Version data entries
22 entries across 22 versions & 2 rubygems