Class: Twilio::REST::Pricing::V2::NumberList

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/pricing/v2/number.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ NumberList

Initialize the NumberList

Parameters:

  • version (Version)

    Version that contains the resource


18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/pricing/v2/number.rb', line 18

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation


27
28
29
# File 'lib/twilio-ruby/rest/pricing/v2/number.rb', line 27

def to_s
  '#<Twilio.Pricing.V2.NumberList>'
end