lib/onix/product.rb in onix-0.7.0 vs lib/onix/product.rb in onix-0.7.1
- old
+ new
@@ -12,11 +12,11 @@
xml_accessor :product_identifiers, :from => "ProductIdentifier", :as => [ONIX::ProductIdentifier]
xml_accessor :product_form, :from => "ProductForm"
xml_accessor :series, :from => "Series"
xml_accessor :edition_number, :from => "EditionNumber", :as => Fixnum
xml_accessor :titles, :from => "Title", :as => [ONIX::Title]
- xml_accessor :contributors, :from => "Contributor", :as => [ONIX::Contributor]
xml_accessor :websites, :from => "Website", :as => [ONIX::Website]
+ xml_accessor :contributors, :from => "Contributor", :as => [ONIX::Contributor]
xml_accessor :number_of_pages, :from => "NumberOfPages", :as => Fixnum
xml_accessor :bic_main_subject, :from => "BICMainSubject"
xml_accessor :subjects, :from => "Subject", :as => [ONIX::Subject]
xml_accessor :text, :from => "OtherText", :as => [ONIX::OtherText]
xml_accessor :media_files, :from => "MediaFile", :as => [ONIX::MediaFile]