Method: Cylons::Agent.agent_namespace
- Defined in:
- lib/cylons/agent.rb
.agent_namespace ⇒ Object
54 55 56 |
# File 'lib/cylons/agent.rb', line 54 def self.agent_namespace @agent_namespace ||= ::Cylons::RemoteDiscovery.namespace_for_agent(self.name) end |