Class: FSR::Cmd::Hupall

Inherits:
Command show all
Defined in:
lib/fsr/cmd/hupall.rb

Constant Summary

Constants inherited from Command

DEFAULT_OPTIONS

Instance Method Summary (collapse)

Methods inherited from Command

#default_options

Constructor Details

- (Hupall) initialize(cause = nil)

A new instance of Hupall



5
6
7
# File 'lib/fsr/cmd/hupall.rb', line 5

def initialize(cause=nil)
  @cause = cause
end

Instance Method Details

- (Object) arguments



9
10
11
# File 'lib/fsr/cmd/hupall.rb', line 9

def arguments
  [@cause].compact
end