Class: ONIX::Product
Instance Method Summary collapse
-
#initialize ⇒ Product
constructor
A new instance of Product.
Constructor Details
#initialize ⇒ Product
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 |