Module: ONIX::IdentifiersMethods::Ean

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

Instance Method Summary collapse

Instance Method Details

#eanString

EAN string identifier from identifiers

Returns:

  • (String)


80
81
82
83
84
85
86
# File 'lib/onix/identifier.rb', line 80

def ean
  if ean_identifier
    ean_identifier.value
  else
    nil
  end
end