Class: FSR::App::Answer

Inherits:
Application show all
Defined in:
lib/fsr/app/answer.rb

Instance Method Summary collapse

Methods inherited from Application

#app_name, #raw, #to_s

Constructor Details

#initializeAnswer

Returns a new instance of Answer.



6
7
# File 'lib/fsr/app/answer.rb', line 6

def initialize
end

Instance Method Details

#argumentsObject



9
10
11
# File 'lib/fsr/app/answer.rb', line 9

def arguments
  []
end

#sendmsgObject



13
14
15
# File 'lib/fsr/app/answer.rb', line 13

def sendmsg
  "call-command: execute\nexecute-app-name: %s\n\n" % [app_name]
end