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
187 188 189 190 191 192 |
# File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 187 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
198 199 200 |
# File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 198 def get_instance(payload) EndUserTypeInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
204 205 206 |
# File 'lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb', line 204 def to_s '<Twilio.Trusthub.V1.EndUserTypePage>' end |