Sha256: 9c64baee1269e901be8f20fe814441556917361997a412c4e9c2f377eca0c926
Contents?: true
Size: 427 Bytes
Versions: 22
Compression:
Stored size: 427 Bytes
Contents
# coding: utf-8 module ONIX class Title include ROXML xml_name "Title" xml_accessor :title_type, :from => "TitleType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :title_text, :from => "TitleText" xml_accessor :title_prefix, :from => "TitlePrefix" xml_accessor :title_without_prefix, :from => "TitleWithoutPrefix" xml_accessor :subtitle, :from => "Subtitle" end end
Version data entries
22 entries across 22 versions & 2 rubygems