34 35 36
# File 'lib/ctm/account.rb', line 34 def webhooks(options={}) CTM::List.new('Webhook', options.merge(account_id: @id), @token) end