Method: CTM::Account#webhooks

Defined in:
lib/ctm/account.rb

#webhooks(options = {}) ⇒ Object



37
38
39
# File 'lib/ctm/account.rb', line 37

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