class Twilio::REST::Accounts::V1::AuthTokenPromotionList

Public Class Methods

new(version) click to toggle source

Initialize the AuthTokenPromotionList @param [Version] version Version that contains the resource @return [AuthTokenPromotionList] AuthTokenPromotionList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.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/auth_token_promotion.rb
27 def to_s
28   '#<Twilio.Accounts.V1.AuthTokenPromotionList>'
29 end