Module: Smartguard
- Defined in:
- lib/smartguard.rb,
lib/smartguard/client.rb,
lib/smartguard/logging.rb,
lib/smartguard/process.rb,
lib/smartguard/version.rb,
lib/smartguard/application.rb,
lib/smartguard/process_manager.rb,
lib/smartguard/applications/smartkiosk.rb,
lib/smartguard/applications/smartkiosk/web.rb,
lib/smartguard/applications/smartkiosk/sidekiq.rb,
lib/smartguard/applications/smartkiosk/scheduler.rb,
lib/smartguard/applications/smartkiosk/smartware.rb
Defined Under Namespace
Modules: Applications, Client, Logging, ProcessManager Classes: Application, Process
Constant Summary collapse
- VERSION =
"0.4.3"
Class Attribute Summary collapse
-
.environment ⇒ Object
Returns the value of attribute environment.
-
.shutting_down ⇒ Object
Returns the value of attribute shutting_down.
Class Attribute Details
.environment ⇒ Object
Returns the value of attribute environment.
24 25 26 |
# File 'lib/smartguard.rb', line 24 def environment @environment end |
.shutting_down ⇒ Object
Returns the value of attribute shutting_down.
25 26 27 |
# File 'lib/smartguard.rb', line 25 def shutting_down @shutting_down end |