Class: FSR::App::FSBreak
- Inherits:
-
Application
- Object
- Application
- FSR::App::FSBreak
- Defined in:
- lib/fsr/app/fs_break.rb
Instance Method Summary collapse
- #arguments ⇒ Object
-
#initialize ⇒ FSBreak
constructor
A new instance of FSBreak.
- #sendmsg ⇒ Object
Methods inherited from Application
Constructor Details
#initialize ⇒ FSBreak
Returns a new instance of FSBreak.
6 7 |
# File 'lib/fsr/app/fs_break.rb', line 6 def initialize end |
Instance Method Details
#arguments ⇒ Object
9 10 11 |
# File 'lib/fsr/app/fs_break.rb', line 9 def arguments [] end |
#sendmsg ⇒ Object
13 14 15 |
# File 'lib/fsr/app/fs_break.rb', line 13 def sendmsg "call-command: execute\nexecute-app-name: break\n\n" end |