Class: Twilio::REST::Trusthub::V1::CustomerProfilesContext::CustomerProfilesEntityAssignmentsPage

Inherits:
Page
  • Object
show all
Defined in:
lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb

Constant Summary

Constants inherited from Page

Page::META_KEYS

Instance Method Summary collapse

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) ⇒ CustomerProfilesEntityAssignmentsPage

Initialize the CustomerProfilesEntityAssignmentsPage



386
387
388
389
390
391
392
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 386

def initialize(version, response, solution)
    super(version, response)
    

    # Path Solution
    @solution = solution
end

Instance Method Details

#get_instance(payload) ⇒ CustomerProfilesEntityAssignmentsInstance

Build an instance of CustomerProfilesEntityAssignmentsInstance



398
399
400
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 398

def get_instance(payload)
    CustomerProfilesEntityAssignmentsInstance.new(@version, payload, customer_profile_sid: @solution[:customer_profile_sid])
end

#to_sObject

Provide a user friendly representation



404
405
406
# File 'lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb', line 404

def to_s
    '<Twilio.Trusthub.V1.CustomerProfilesEntityAssignmentsPage>'
end