Class: ONIX::Product
- Inherits:
-
Object
- Object
- ONIX::Product
- Includes:
- Common, ROXML
- Defined in:
- lib/onix/product.rb
Instance Method Summary collapse
-
#initialize ⇒ Product
constructor
A new instance of Product.
Methods included from Common
Constructor Details
#initialize ⇒ Product
Returns a new instance of Product.
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/onix/product.rb', line 43 def initialize self.product_identifiers = [] self.titles = [] self.contributors = [] self.websites = [] self.subjects = [] self.text = [] self.media_files = [] self.imprints = [] self.publishers = [] self.sales_restrictions = [] self.measurements = [] self.supply_details = [] self.market_representations = [] end |