Class: Fauxpaas::SyslogViewCommand

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

Instance Method Summary collapse

Methods inherited from Command

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

Constructor Details

This class inherits a constructor from Fauxpaas::Command

Instance Method Details

#binObject



70
71
72
# File 'lib/fauxpaas/command.rb', line 70

def bin
  "syslog view"
end