Sha256: 1643ce9dd406d53c6f8713c450576c5a40a8eff34073744159770822780ec8c5
Contents?: true
Size: 567 Bytes
Versions: 10
Compression:
Stored size: 567 Bytes
Contents
# coding: utf-8 module ONIX class OtherText include ROXML include ONIX::Common xml_name "OtherText" xml_accessor :text_type_code, :from => "TextTypeCode", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :text_format, :from => "TextFormat" xml_accessor :text, :from => "Text" xml_accessor :text_link_type, :from => "TextLinkType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :text_link, :from => "TextLink" xml_accessor :text_author, :from => "TextAuthor" end end
Version data entries
10 entries across 10 versions & 2 rubygems