Module: ONIX::IsbnMethods

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

Instance Method Summary collapse

Instance Method Details

#isbn13Object

ISBN-13 string identifier from identifiers



118
119
120
121
122
123
124
# File 'lib/onix/identifier.rb', line 118

def isbn13
  if isbn13_identifier
    isbn13_identifier.value
  else
    nil
  end
end