Class: Twilio::REST::Trusthub::V1::SupportingDocumentPage

Inherits:
Page
  • Object
show all
Defined in:
lib/twilio-ruby/rest/trusthub/v1/supporting_document.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) ⇒ SupportingDocumentPage

Initialize the SupportingDocumentPage



238
239
240
241
242
243
# File 'lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb', line 238

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

    # Path Solution
    @solution = solution
end

Instance Method Details

#get_instance(payload) ⇒ SupportingDocumentInstance

Build an instance of SupportingDocumentInstance



249
250
251
# File 'lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb', line 249

def get_instance(payload)
    SupportingDocumentInstance.new(@version, payload)
end

#to_sObject

Provide a user friendly representation



255
256
257
# File 'lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb', line 255

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