Module: Wakame::AgentManager
- Defined in:
- lib/wakame/agent_manager.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
Instance Method Summary collapse
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent.
3 4 5 |
# File 'lib/wakame/agent_manager.rb', line 3 def agent @agent end |
Instance Method Details
#init ⇒ Object
5 |
# File 'lib/wakame/agent_manager.rb', line 5 def init; end |
#reload ⇒ Object
7 |
# File 'lib/wakame/agent_manager.rb', line 7 def reload; end |
#start ⇒ Object
6 |
# File 'lib/wakame/agent_manager.rb', line 6 def start; end |
#stop ⇒ Object
8 |
# File 'lib/wakame/agent_manager.rb', line 8 def stop; end |
#terminate ⇒ Object
9 |
# File 'lib/wakame/agent_manager.rb', line 9 def terminate; end |