Class: ONIX::Product
- Inherits:
-
Object
- Object
- ONIX::Product
- Extended by:
- ListWriter
- Includes:
- ROXML
- Defined in:
- lib/onix/product.rb
Instance Method Summary collapse
-
#initialize ⇒ Product
constructor
A new instance of Product.
Methods included from ListWriter
Constructor Details
#initialize ⇒ Product
Returns a new instance of Product.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/onix/product.rb', line 63 def initialize self.product_identifiers = [] self.series = [] self.sets = [] self.titles = [] self.work_identifiers = [] self.contributors = [] self.websites = [] self.subjects = [] self.audience_ranges = [] self.complexities = [] self.text = [] self.languages = [] self.media_files = [] self.imprints = [] self.publishers = [] self.sales_restrictions = [] self.measurements = [] self. = [] self.supply_details = [] self.market_representations = [] end |