Class: JIJI::AgentManager::State
- Inherits:
-
Struct
- Object
- Struct
- JIJI::AgentManager::State
- Defined in:
- lib/jiji/agent/agent_manager.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
18 19 20 |
# File 'lib/jiji/agent/agent_manager.rb', line 18 def active @active end |
#agent ⇒ Object
Returns the value of attribute agent
18 19 20 |
# File 'lib/jiji/agent/agent_manager.rb', line 18 def agent @agent end |
#operator ⇒ Object
Returns the value of attribute operator
18 19 20 |
# File 'lib/jiji/agent/agent_manager.rb', line 18 def operator @operator end |
#output ⇒ Object
Returns the value of attribute output
18 19 20 |
# File 'lib/jiji/agent/agent_manager.rb', line 18 def output @output end |