Class: FSR::App::Answer
- Inherits:
-
Application
- Object
- Application
- FSR::App::Answer
- Defined in:
- lib/fsr/app/answer.rb
Instance Method Summary collapse
- #arguments ⇒ Object
-
#initialize ⇒ Answer
constructor
A new instance of Answer.
- #sendmsg ⇒ Object
Methods inherited from Application
Constructor Details
#initialize ⇒ Answer
Returns a new instance of Answer.
6 7 |
# File 'lib/fsr/app/answer.rb', line 6 def initialize end |
Instance Method Details
#arguments ⇒ Object
9 10 11 |
# File 'lib/fsr/app/answer.rb', line 9 def arguments [] end |
#sendmsg ⇒ Object
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 |