Class: Twilio::REST::Triggers

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/usage/triggers.rb

Instance Method Summary collapse

Methods inherited from ListResource

#create, #get, #inspect, #list, #total

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Triggers

Returns a new instance of Triggers.



4
5
6
7
# File 'lib/twilio-ruby/rest/usage/triggers.rb', line 4

def initialize(path, client)
  super
  @list_key = 'usage_triggers'
end