Sha256: 10ca2d987ef42624fa182a728aae905049a35a6d889a345d65ec9987472873c6
Contents?: true
Size: 443 Bytes
Versions: 4
Compression:
Stored size: 443 Bytes
Contents
# coding: utf-8 class Cacofonix::Title < Cacofonix::Element xml_name "Title" onix_code_from_list :title_type, "TitleType", :list => 15 xml_accessor :abbreviated_length, :from => "AbbreviatedLength", :as => Integer 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
Version data entries
4 entries across 4 versions & 1 rubygems