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
169 170 171 172 173 174 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 169 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
180 181 182 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 180 def get_instance(payload) ByocTrunkInstance.new(@version, payload, ) end |
#to_s ⇒ Object
Provide a user friendly representation
186 187 188 |
# File 'lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb', line 186 def to_s '<Twilio.Voice.V1.ByocTrunkPage>' end |