Class: Twilio::REST::Voice::V1::ByocTrunkPage
- Defined in:
- lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ ByocTrunkInstance
Build an instance of ByocTrunkInstance.
-
#initialize(version, response, solution) ⇒ ByocTrunkPage
constructor
Initialize the ByocTrunkPage.
-
#to_s ⇒ Object
Provide a user friendly representation.
Methods inherited from Page
#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response
Constructor Details
#initialize(version, response, solution) ⇒ ByocTrunkPage
Initialize the ByocTrunkPage
304 305 306 307 308 309 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 304 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ ByocTrunkInstance
Build an instance of ByocTrunkInstance
315 316 317 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 315 def get_instance(payload) ByocTrunkInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
321 322 323 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 321 def to_s '<Twilio.Voice.V1.ByocTrunkPage>' end |