Module: ONIX::ProductIdentifiers
- Included in:
- RelatedProduct, Set
- Defined in:
- lib/onix/product_identifiers.rb
Constant Summary collapse
- ACCESSOR_METHODS =
{:proprietary_id => 1, :ean => 3, :isbn10 => 2, :isbn13 => 15, :isbn => 15, :lccn => 13}
Instance Method Summary collapse
Instance Method Details
#initialize_product_identifiers(options) ⇒ Object
7 8 9 10 11 |
# File 'lib/onix/product_identifiers.rb', line 7 def initialize_product_identifiers() self.product_identifiers = [:product_identifiers] # To initialize accessor methods, class in which this module is included # must also include Inflector and call initialize_attributes end |
#product_identifiers ⇒ Object
22 23 24 |
# File 'lib/onix/product_identifiers.rb', line 22 def product_identifiers @product_identifiers ||= [] end |