Method: CTM::Account#webhooks

Defined in:
lib/ctm/account.rb

#webhooks(options = {}) ⇒ Object



34
35
36
# File 'lib/ctm/account.rb', line 34

def webhooks(options={})
  CTM::List.new('Webhook', options.merge(account_id: @id), @token)
end