Sha256: 9a9d1d772a581630dc0b4da96e398eae521062a6805d299df6cb179b0d9a7b6d
Contents?: true
Size: 457 Bytes
Versions: 7
Compression:
Stored size: 457 Bytes
Contents
module ONIX class OtherText include ROXML xml_accessor :text_type_code, :twodigit, :from => "TextTypeCode" xml_accessor :text_format, :etext, :from => "TextFormat" xml_accessor :text, :etext, :from => "Text" xml_accessor :text_link_type, :twodigit, :from => "TextLinkType" xml_accessor :text_link, :from => "TextLink" xml_accessor :text_author, :etext, :from => "TextAuthor" end end
Version data entries
7 entries across 7 versions & 1 rubygems