Class: Twilio::REST::Numbers::V1::PortingPortabilityList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/numbers/v1/porting_portability.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ PortingPortabilityList

Initialize the PortingPortabilityList

Parameters:

  • version (Version)

    Version that contains the resource



26
27
28
29
30
31
32
# File 'lib/twilio-ruby/rest/numbers/v1/porting_portability.rb', line 26

def initialize(version)
    super(version)
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



37
38
39
# File 'lib/twilio-ruby/rest/numbers/v1/porting_portability.rb', line 37

def to_s
    '#<Twilio.Numbers.V1.PortingPortabilityList>'
end