Class: Evertils::Controller::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/evertils/controllers/status.rb

Constant Summary

Constants inherited from Base

Base::OK, Base::QUIT, Base::QUIT_SOFT

Instance Attribute Summary

Attributes inherited from Base

#config, #request

Instance Method Summary collapse

Methods inherited from Base

#can_exec?, #exec, #initialize, #post_exec, #pre_exec, #sample

Constructor Details

This class inherits a constructor from Evertils::Controller::Base

Instance Method Details

#defaultObject



5
6
7
8
9
# File 'lib/evertils/controllers/status.rb', line 5

def default
  @config.options.each_pair do |key, value|
    Notify.spit "#{key}: #{value}"
  end
end