Sha256: ce63c72efcc827bc233ecadaf156905f12505701beaf193227b4f23c98f7965d
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
# coding: utf-8 module ONIX class Series include ROXML include ONIX::Common xml_name "Series" xml_accessor :series_identifiers, :from => "SeriesIdentifier", :as => [ONIX::SeriesIdentifier] xml_accessor :title_of_series, :from => "TitleOfSeries" def initialize self.series_identifiers = [] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
onix-0.7.8 | lib/onix/series.rb |