Class: Twilio::REST::Routes::V2::TrunkList

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

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ TrunkList

Initialize the TrunkList

Parameters:

  • version (Version)

    Version that contains the resource



18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/routes/v2/trunk.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/routes/v2/trunk.rb', line 27

def to_s
  '#<Twilio.Routes.V2.TrunkList>'
end