Sha256: fbf886d926587ce9be88ef94eb9f6af4b6cc8c175511da3df549981eaed64a68
Contents?: true
Size: 275 Bytes
Versions: 22
Compression:
Stored size: 275 Bytes
Contents
# coding: utf-8 module ONIX class SeriesIdentifier include ROXML xml_name "SeriesIdentifier" xml_accessor :series_id_type, :from => "SeriesIDType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :id_value, :from => "IDValue" end end
Version data entries
22 entries across 22 versions & 2 rubygems