Method: ONIX::Product#initialize

Defined in:
lib/onix/product.rb

#initializeProduct

Returns a new instance of Product.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/onix/product.rb', line 54

def initialize
  self.product_identifiers = []
  self.series = []
  self.titles = []
  self.contributors = []
  self.websites = []
  self.subjects = []
  self.audience_ranges = []
  self.text = []
  self.languages = []
  self.media_files = []
  self.imprints = []
  self.publishers = []
  self.sales_restrictions = []
  self.measurements = []
  self.supply_details = []
  self.market_representations = []
end