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
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
259 260 261 262 263 264 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 259 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
270 271 272 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 270 def get_instance(payload) SubscribedEventInstance.new(@version, payload, subscription_sid: @solution[:subscription_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
276 277 278 |
# File 'lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb', line 276 def to_s '<Twilio.Events.V1.SubscribedEventPage>' end |