Class: Twilio::REST::IpMessaging::Credentials
- Inherits:
-
NextGenListResource
- Object
- ListResource
- NextGenListResource
- Twilio::REST::IpMessaging::Credentials
- Defined in:
- lib/twilio-ruby/rest/ip-messaging/credentials.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ Credentials
constructor
A new instance of Credentials.
Methods inherited from NextGenListResource
Methods inherited from ListResource
#create, #get, #inspect, #list
Methods included from Utils
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 |