Class: FSR::App::RingReady
- Inherits:
-
Application
- Object
- Application
- FSR::App::RingReady
- Defined in:
- lib/fsr/app/ring_ready.rb
Instance Method Summary collapse
- #app_name ⇒ Object
- #arguments ⇒ Object
-
#initialize ⇒ RingReady
constructor
RingReady a call.
- #sendmsg ⇒ Object
Methods inherited from Application
Constructor Details
#initialize ⇒ RingReady
RingReady a call
8 9 |
# File 'lib/fsr/app/ring_ready.rb', line 8 def initialize end |
Instance Method Details
#app_name ⇒ Object
19 20 21 |
# File 'lib/fsr/app/ring_ready.rb', line 19 def app_name 'ring_ready' end |
#arguments ⇒ Object
11 12 13 |
# File 'lib/fsr/app/ring_ready.rb', line 11 def arguments [] end |
#sendmsg ⇒ Object
15 16 17 |
# File 'lib/fsr/app/ring_ready.rb', line 15 def sendmsg "call-command: execute\nexecute-app-name: %s\n\n" % [app_name] end |