Class: Twilio::REST::Numbers::V2::RegulatoryComplianceList::BundleContext::EvaluationPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Numbers::V2::RegulatoryComplianceList::BundleContext::EvaluationPage
- Defined in:
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ EvaluationInstance
Build an instance of EvaluationInstance.
-
#initialize(version, response, solution) ⇒ EvaluationPage
constructor
Initialize the EvaluationPage.
-
#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) ⇒ EvaluationPage
Initialize the EvaluationPage
211 212 213 214 215 216 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb', line 211 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ EvaluationInstance
Build an instance of EvaluationInstance
222 223 224 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb', line 222 def get_instance(payload) EvaluationInstance.new(@version, payload, bundle_sid: @solution[:bundle_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
228 229 230 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb', line 228 def to_s '<Twilio.Numbers.V2.EvaluationPage>' end |