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
164 165 166 167 168 169 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 164 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
175 176 177 178 179 180 181 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 175 def get_instance(payload) TrustProductsChannelEndpointAssignmentInstance.new( @version, payload, trust_product_sid: @solution[:trust_product_sid], ) end |
#to_s ⇒ Object
Provide a user friendly representation
185 186 187 |
# File 'lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb', line 185 def to_s '<Twilio.Trusthub.V1.TrustProductsChannelEndpointAssignmentPage>' end |