Sha256: 6bc82cdc74d8fe05dbc4f73c0f9e1391c9a0ca554b20af03d69260a84d18d731
Contents?: true
Size: 452 Bytes
Versions: 10
Compression:
Stored size: 452 Bytes
Contents
# coding: utf-8 module ONIX class Title include ROXML include ONIX::Common 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
10 entries across 10 versions & 2 rubygems