Class: Twilio::REST::Accounts::V1::SecondaryAuthTokenList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ SecondaryAuthTokenList

Initialize the SecondaryAuthTokenList

Parameters:

  • version (Version)

    Version that contains the resource


18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.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/accounts/v1/secondary_auth_token.rb', line 27

def to_s
  '#<Twilio.Accounts.V1.SecondaryAuthTokenList>'
end