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

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

#initialize(version, response, solution) ⇒ CommandPage

Initialize the CommandPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



181
182
183
184
185
186
# File 'lib/twilio-ruby/rest/wireless/v1/command.rb', line 181

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

  # Path Solution
  @solution = solution
end