Class: Twilio::REST::IpMessaging::Credentials

Inherits:
NextGenListResource show all
Defined in:
lib/twilio-ruby/rest/ip-messaging/credentials.rb

Instance Method Summary collapse

Methods inherited from NextGenListResource

#list

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Credentials

Returns a new instance of Credentials.



5
6
7
8
# File 'lib/twilio-ruby/rest/ip-messaging/credentials.rb', line 5

def initialize(path, client)
  @path, @client = path, client
  @submodule = :IpMessaging
end