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

Version Path
onix-0.9.5 lib/onix/other_text.rb
onix-0.9.4 lib/onix/other_text.rb
milkfarm-onix-0.8.13 lib/onix/other_text.rb
milkfarm-onix-0.8.12 lib/onix/other_text.rb
onix-0.9.3 lib/onix/other_text.rb
onix-0.9.2 lib/onix/other_text.rb
onix-0.9.1 lib/onix/other_text.rb
milkfarm-onix-0.8.11 lib/onix/other_text.rb
milkfarm-onix-0.8.10 lib/onix/other_text.rb
onix-0.9.0 lib/onix/other_text.rb
milkfarm-onix-0.8.9 lib/onix/other_text.rb
milkfarm-onix-0.8.8 lib/onix/other_text.rb
milkfarm-onix-0.8.7 lib/onix/other_text.rb
onix-0.8.5 lib/onix/other_text.rb
onix-0.8.4 lib/onix/other_text.rb
milkfarm-onix-0.8.6 lib/onix/other_text.rb
milkfarm-onix-0.8.5 lib/onix/other_text.rb
onix-0.8.3 lib/onix/other_text.rb
milkfarm-onix-0.8.3 lib/onix/other_text.rb
onix-0.8.2 lib/onix/other_text.rb