Class: Twilio::REST::Events::V1::SubscriptionContext::SubscribedEventPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Events::V1::SubscriptionContext::SubscribedEventPage
- Defined in:
- lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb
Overview
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ SubscribedEventInstance
Build an instance of SubscribedEventInstance.
-
#initialize(version, response, solution) ⇒ SubscribedEventPage
constructor
Initialize the SubscribedEventPage.
-
#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) ⇒ SubscribedEventPage
Initialize the SubscribedEventPage
140 141 142 143 144 145 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 140 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ SubscribedEventInstance
Build an instance of SubscribedEventInstance
151 152 153 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 151 def get_instance(payload) SubscribedEventInstance.new(@version, payload, subscription_sid: @solution[:subscription_sid], ) end |
#to_s ⇒ Object
Provide a user friendly representation
157 158 159 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 157 def to_s '<Twilio.Events.V1.SubscribedEventPage>' end |