Method: Twilio::REST::Preview::Wireless::CommandPage#initialize

Defined in:
lib/twilio-ruby/rest/preview/wireless/command.rb

#initialize(version, response, solution) ⇒ CommandPage

Initialize the CommandPage

Parameters:

  • Version that contains the resource

  • Response from the API

  • Path solution for the resource



407
408
409
410
411
412
413
# File 'lib/twilio-ruby/rest/preview/wireless/command.rb', line 407

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

    # Path Solution
    @solution = solution
end