Class: LittleGhost::CodeMode::AgentRuntime::State
- Inherits:
-
Struct
- Object
- Struct
- LittleGhost::CodeMode::AgentRuntime::State
- Defined in:
- lib/little_ghost/code_mode/runtime.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#broker ⇒ Object
Returns the value of attribute broker.
-
#cleaning ⇒ Object
Returns the value of attribute cleaning.
-
#cleanup_error ⇒ Object
Returns the value of attribute cleanup_error.
-
#closing ⇒ Object
Returns the value of attribute closing.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#deferred_close ⇒ Object
Returns the value of attribute deferred_close.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def active @active end |
#broker ⇒ Object
Returns the value of attribute broker
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def broker @broker end |
#cleaning ⇒ Object
Returns the value of attribute cleaning
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def cleaning @cleaning end |
#cleanup_error ⇒ Object
Returns the value of attribute cleanup_error
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def cleanup_error @cleanup_error end |
#closing ⇒ Object
Returns the value of attribute closing
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def closing @closing end |
#condition ⇒ Object
Returns the value of attribute condition
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def condition @condition end |
#deferred_close ⇒ Object
Returns the value of attribute deferred_close
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def deferred_close @deferred_close end |
#mutex ⇒ Object
Returns the value of attribute mutex
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def mutex @mutex end |
#session ⇒ Object
Returns the value of attribute session
6 7 8 |
# File 'lib/little_ghost/code_mode/runtime.rb', line 6 def session @session end |