Method: Coinbase::Webhook#id

Defined in:
lib/coinbase/webhook.rb

#idString

Returns the ID of the webhook.

Returns:

  • (String)

    The ID of the webhook.



83
84
85
# File 'lib/coinbase/webhook.rb', line 83

def id
  @model.id
end