Class: Twilio::REST::Lookups::V2::BucketList
- Inherits:
-
Twilio::REST::ListResource
- Object
- Twilio::REST::ListResource
- Twilio::REST::Lookups::V2::BucketList
- Defined in:
- lib/twilio-ruby/rest/lookups/v2/bucket.rb
Defined Under Namespace
Classes: RateLimitRequest
Instance Method Summary collapse
-
#initialize(version) ⇒ BucketList
constructor
Initialize the BucketList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ BucketList
Initialize the BucketList
43 44 45 46 47 48 49 |
# File 'lib/twilio-ruby/rest/lookups/v2/bucket.rb', line 43 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
54 55 56 |
# File 'lib/twilio-ruby/rest/lookups/v2/bucket.rb', line 54 def to_s '#<Twilio.Lookups.V2.BucketList>' end |