Class: Twilio::REST::Oauth::V1::OauthList

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/oauth/v1/oauth.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ OauthList

Initialize the OauthList



18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/oauth/v1/oauth.rb', line 18

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation



27
28
29
# File 'lib/twilio-ruby/rest/oauth/v1/oauth.rb', line 27

def to_s
  '#<Twilio.Oauth.V1.OauthList>'
end