Class: Twilio::REST::Trusthub::V1::EndUserTypePage
- Defined in:
 - lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb
 
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
- 
  
    
      #get_instance(payload)  ⇒ EndUserTypeInstance 
    
    
  
  
  
  
  
  
  
  
  
    
Build an instance of EndUserTypeInstance.
 - 
  
    
      #initialize(version, response, solution)  ⇒ EndUserTypePage 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
Initialize the EndUserTypePage.
 - 
  
    
      #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) ⇒ EndUserTypePage
Initialize the EndUserTypePage
      120 121 122 123 124 125  | 
    
      # File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 120 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end  | 
  
Instance Method Details
#get_instance(payload) ⇒ EndUserTypeInstance
Build an instance of EndUserTypeInstance
      131 132 133  | 
    
      # File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 131 def get_instance(payload) EndUserTypeInstance.new(@version, payload, ) end  | 
  
#to_s ⇒ Object
Provide a user friendly representation
      137 138 139  | 
    
      # File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 137 def to_s '<Twilio.Trusthub.V1.EndUserTypePage>' end  |