Module: ONIX::IdentifiersMethods::Isbn

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

Instance Method Summary collapse

Instance Method Details

#isbn13String

ISBN-13 string identifier from identifiers

Returns:

  • (String)


98
99
100
101
102
103
104
# File 'lib/onix/identifier.rb', line 98

def isbn13
  if isbn13_identifier
    isbn13_identifier.value
  else
    nil
  end
end