class Twilio::REST::Accounts::V1::SecondaryAuthTokenList
Public Class Methods
new(version)
click to toggle source
Initialize the SecondaryAuthTokenList
@param [Version] version Version
that contains the resource @return [SecondaryAuthTokenList] SecondaryAuthTokenList
Calls superclass method
Twilio::REST::ListResource::new
# File lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb 18 def initialize(version) 19 super(version) 20 21 # Path Solution 22 @solution = {} 23 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb 27 def to_s 28 '#<Twilio.Accounts.V1.SecondaryAuthTokenList>' 29 end