Sha256: f3db04eb8c282638b74416c97e662362e30f5f071522280d8b3604b98af32558
Contents?: true
Size: 542 Bytes
Versions: 22
Compression:
Stored size: 542 Bytes
Contents
# coding: utf-8 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
22 entries across 22 versions & 2 rubygems