Class: Epi::Daemon::Responders::Shutdown
- Inherits:
-
Epi::Daemon::Responder
- Object
- Epi::Daemon::Responder
- Epi::Daemon::Responders::Shutdown
- Defined in:
- lib/epi/daemon/responders/shutdown.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#command ⇒ Object
Returns the value of attribute command.
Attributes inherited from Epi::Daemon::Responder
Instance Method Summary collapse
Methods inherited from Epi::Daemon::Responder
#done, #initialize, #logger, #puts, run
Constructor Details
This class inherits a constructor from Epi::Daemon::Responder
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments.
6 7 8 |
# File 'lib/epi/daemon/responders/shutdown.rb', line 6 def arguments @arguments end |
#command ⇒ Object
Returns the value of attribute command.
6 7 8 |
# File 'lib/epi/daemon/responders/shutdown.rb', line 6 def command @command end |
Instance Method Details
#run ⇒ Object
8 9 10 |
# File 'lib/epi/daemon/responders/shutdown.rb', line 8 def run raise Exceptions::Shutdown end |