Class: Twilio::REST::Studio::V2::FlowValidatePage
- Defined in:
- lib/twilio-ruby/rest/studio/v2/flow_validate.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)  ⇒ FlowValidateInstance 
    
    
  
  
  
  
  
  
  
  
  
    Build an instance of FlowValidateInstance. 
- 
  
    
      #initialize(version, response, solution)  ⇒ FlowValidatePage 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    Initialize the FlowValidatePage. 
- 
  
    
      #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) ⇒ FlowValidatePage
Initialize the FlowValidatePage
| 64 65 66 67 68 69 | # File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 64 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end | 
Instance Method Details
#get_instance(payload) ⇒ FlowValidateInstance
Build an instance of FlowValidateInstance
| 75 76 77 | # File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 75 def get_instance(payload) FlowValidateInstance.new(@version, payload, ) end | 
#to_s ⇒ Object
Provide a user friendly representation
| 81 82 83 | # File 'lib/twilio-ruby/rest/studio/v2/flow_validate.rb', line 81 def to_s '<Twilio.Studio.V2.FlowValidatePage>' end |