Method: Cylons::Agent.remote

Defined in:
lib/cylons/agent.rb

.remoteObject



98
99
100
101
102
103
104
# File 'lib/cylons/agent.rb', line 98

def self.remote
  remote_connection_failed! unless remote?

  build_agent unless built

  ::DCell::Node[agent_namespace][service_class_name.to_sym]
end