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

Answer a call



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

def initialize
end

Instance Method Details

#argumentsObject



11
12
13
# File 'lib/fsr/app/answer.rb', line 11

def arguments
  []
end

#sendmsgObject



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