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
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 |