Method: TFClient::ResponseParser#initialize

Defined in:
lib/textflight-client/response_parser.rb

#initialize(command:, textflight_command:, response:) ⇒ ResponseParser

Returns a new instance of ResponseParser.



126
127
128
129
130
# File 'lib/textflight-client/response_parser.rb', line 126

def initialize(command:, textflight_command:, response:)
  @command = command
  @textflight_command = textflight_command
  @response = response
end