Sha256: 82de5f6e7e7ca4df705dc6e3fe03bcd1957ec01a73197ed8099b334b3a1b00e4

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 Bytes

Contents

# coding: utf-8

class Cacofonix::Illustrations < Cacofonix::Element
  xml_name "Illustrations"
  onix_code_from_list :illustration_type, "IllustrationType", :list => 25
  xml_accessor :illustration_type_description, :from => "IllustrationTypeDescription"
  xml_accessor :number, :from => "Number", :as => Integer
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/elements/illustrations.rb
cacofonix-0.10.2 lib/cacofonix/elements/illustrations.rb
cacofonix-0.10.1 lib/cacofonix/elements/illustrations.rb
cacofonix-0.10.0 lib/cacofonix/elements/illustrations.rb