Method: Twilio::REST::Chat::V2::ServiceContext::UserPage#initialize

Defined in:
lib/twilio-ruby/rest/chat/v2/service/user.rb

#initialize(version, response, solution) ⇒ UserPage

Initialize the UserPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



516
517
518
519
520
521
522
# File 'lib/twilio-ruby/rest/chat/v2/service/user.rb', line 516

def initialize(version, response, solution)
    super(version, response)
    

    # Path Solution
    @solution = solution
end