Returns the object’s ID.
Returns:
the object’s ID
88 89 90
# File 'lib/billomat/models/base.rb', line 88 def id @data['id'] || nil end