Class: Twilio::REST::Accounts::V1::AuthTokenPromotionList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Accounts::V1::AuthTokenPromotionList
- Defined in:
- lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ AuthTokenPromotionList
constructor
Initialize the AuthTokenPromotionList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ AuthTokenPromotionList
Initialize the AuthTokenPromotionList
26 27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
37 38 39 |
# File 'lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb', line 37 def to_s '#<Twilio.Accounts.V1.AuthTokenPromotionList>' end |