class Twilio::REST::Lookups::V1::PhoneNumberList

Public Class Methods

new(version) click to toggle source

Initialize the PhoneNumberList @param [Version] version Version that contains the resource @return [PhoneNumberList] PhoneNumberList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/lookups/v1/phone_number.rb
18 def initialize(version)
19   super(version)
20 
21   # Path Solution
22   @solution = {}
23 end

Public Instance Methods

to_s() click to toggle source

Provide a user friendly representation

   # File lib/twilio-ruby/rest/lookups/v1/phone_number.rb
27 def to_s
28   '#<Twilio.Lookups.V1.PhoneNumberList>'
29 end