Module: ONIX::EanMethods

Included in:
ONIX21::Product, ONIX21::RelatedProduct, Product, ProductPart, RelatedProduct, RelatedWork
Defined in:
lib/onix/identifier.rb

Instance Method Summary collapse

Instance Method Details

#eanObject

EAN string identifier from identifiers



102
103
104
105
106
107
108
# File 'lib/onix/identifier.rb', line 102

def ean
  if ean_identifier
    ean_identifier.value
  else
    nil
  end
end