Class: FSR::App::FSBreak

Inherits:
Application show all
Defined in:
lib/fsr/app/fs_break.rb

Instance Method Summary collapse

Methods inherited from Application

#app_name, #raw, #to_s

Constructor Details

#initializeFSBreak

Returns a new instance of FSBreak.



6
7
# File 'lib/fsr/app/fs_break.rb', line 6

def initialize
end

Instance Method Details

#argumentsObject



9
10
11
# File 'lib/fsr/app/fs_break.rb', line 9

def arguments
  []
end

#sendmsgObject



13
14
15
# File 'lib/fsr/app/fs_break.rb', line 13

def sendmsg
  "call-command: execute\nexecute-app-name: break\n\n"
end