Sha256: 23bf0d2a9fdfc76108500505a5c2b0a2b6715d1f35d3dfe79eb12ecdf14e1d3a
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
module ONIX class OtherText include ROXML 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
onix-0.5.0 | lib/onix/other_text.rb |
onix-0.6.0 | lib/onix/other_text.rb |
onix-0.5.1 | lib/onix/other_text.rb |