Class: Twilio::REST::Content::V2::ContentAndApprovalsPage
- Defined in:
- lib/twilio-ruby/rest/content/v2/content_and_approvals.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ ContentAndApprovalsInstance
Build an instance of ContentAndApprovalsInstance.
-
#initialize(version, response, solution) ⇒ ContentAndApprovalsPage
constructor
Initialize the ContentAndApprovalsPage.
-
#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) ⇒ ContentAndApprovalsPage
Initialize the ContentAndApprovalsPage
193 194 195 196 197 198 |
# File 'lib/twilio-ruby/rest/content/v2/content_and_approvals.rb', line 193 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ ContentAndApprovalsInstance
Build an instance of ContentAndApprovalsInstance
204 205 206 |
# File 'lib/twilio-ruby/rest/content/v2/content_and_approvals.rb', line 204 def get_instance(payload) ContentAndApprovalsInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
210 211 212 |
# File 'lib/twilio-ruby/rest/content/v2/content_and_approvals.rb', line 210 def to_s '<Twilio.Content.V2.ContentAndApprovalsPage>' end |