Class: Fauxpaas::SyslogGrepCommand
- 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
#bin ⇒ Object
128 129 130 |
# File 'lib/fauxpaas/command.rb', line 128 def bin "syslog grep" end |
#extra_keys ⇒ Object
132 133 134 |
# File 'lib/fauxpaas/command.rb', line 132 def extra_keys [:pattern] end |