Method: Twilio::REST::Pricing::V1::PhoneNumberList#initialize
- Defined in:
- lib/twilio-ruby/rest/pricing/v1/phone_number.rb
#initialize(version) ⇒ PhoneNumberList
Initialize the PhoneNumberList
26 27 28 29 30 31 32 33 34 |
# File 'lib/twilio-ruby/rest/pricing/v1/phone_number.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } @uri = "/PhoneNumbers" # Components @countries = nil end |