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
Answer a call.
- #sendmsg ⇒ Object
Methods inherited from Application
Constructor Details
Instance Method Details
#arguments ⇒ Object
11 12 13 |
# File 'lib/fsr/app/answer.rb', line 11 def arguments [] end |
#sendmsg ⇒ Object
15 16 17 |
# File 'lib/fsr/app/answer.rb', line 15 def sendmsg "call-command: execute\nexecute-app-name: %s\n\n" % [app_name] end |