Class: Twilio::REST::Lookups::V2::BucketList

Inherits:
Twilio::REST::ListResource show all
Defined in:
lib/twilio-ruby/rest/lookups/v2/bucket.rb

Defined Under Namespace

Classes: RateLimitRequest

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ BucketList

Initialize the BucketList

Parameters:

  • version (Version)

    Version that contains the resource



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_sObject

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