Class: Twilio::REST::FlexApi::V1::InsightsSettingsCommentPage
- Defined in:
- lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ InsightsSettingsCommentInstance
Build an instance of InsightsSettingsCommentInstance.
-
#initialize(version, response, solution) ⇒ InsightsSettingsCommentPage
constructor
Initialize the InsightsSettingsCommentPage.
-
#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) ⇒ InsightsSettingsCommentPage
Initialize the InsightsSettingsCommentPage
70 71 72 73 74 75 |
# File 'lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb', line 70 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ InsightsSettingsCommentInstance
Build an instance of InsightsSettingsCommentInstance
81 82 83 |
# File 'lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb', line 81 def get_instance(payload) InsightsSettingsCommentInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
87 88 89 |
# File 'lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb', line 87 def to_s '<Twilio.FlexApi.V1.InsightsSettingsCommentPage>' end |