Class: Fauxpaas::SyslogGrepCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/fauxpaas/command.rb

Instance Method Summary collapse

Methods inherited from Command

#default_keys, #execute, #initialize, #keys, #missing, #valid?

Constructor Details

This class inherits a constructor from Fauxpaas::Command

Instance Method Details

#binObject



107
108
109
# File 'lib/fauxpaas/command.rb', line 107

def bin
  "syslog grep"
end

#extra_keysObject



111
112
113
# File 'lib/fauxpaas/command.rb', line 111

def extra_keys
  [:pattern]
end