Class: Twilio::REST::Trusthub::V1::TrustProductsContext::TrustProductsChannelEndpointAssignmentPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Trusthub::V1::TrustProductsContext::TrustProductsChannelEndpointAssignmentPage
- Defined in:
- lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ TrustProductsChannelEndpointAssignmentInstance
Build an instance of TrustProductsChannelEndpointAssignmentInstance.
-
#initialize(version, response, solution) ⇒ TrustProductsChannelEndpointAssignmentPage
constructor
Initialize the TrustProductsChannelEndpointAssignmentPage.
-
#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) ⇒ TrustProductsChannelEndpointAssignmentPage
Initialize the TrustProductsChannelEndpointAssignmentPage
244 245 246 247 248 249 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 244 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ TrustProductsChannelEndpointAssignmentInstance
Build an instance of TrustProductsChannelEndpointAssignmentInstance
255 256 257 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 255 def get_instance(payload) TrustProductsChannelEndpointAssignmentInstance.new(@version, payload, trust_product_sid: @solution[:trust_product_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
261 262 263 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 261 def to_s '<Twilio.Trusthub.V1.TrustProductsChannelEndpointAssignmentPage>' end |