Class: Twilio::REST::Messaging::V1::ServiceContext::AlphaSenderPage
- Defined in:
- lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.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) ⇒ AlphaSenderInstance
Build an instance of AlphaSenderInstance.
-
#initialize(version, response, solution) ⇒ AlphaSenderPage
constructor
Initialize the AlphaSenderPage.
-
#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) ⇒ AlphaSenderPage
Initialize the AlphaSenderPage
142 143 144 145 146 147 |
# File 'lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb', line 142 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ AlphaSenderInstance
Build an instance of AlphaSenderInstance
153 154 155 |
# File 'lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb', line 153 def get_instance(payload) AlphaSenderInstance.new(@version, payload, service_sid: @solution[:service_sid], ) end |
#to_s ⇒ Object
Provide a user friendly representation
159 160 161 |
# File 'lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb', line 159 def to_s '<Twilio.Messaging.V1.AlphaSenderPage>' end |