class Orchestrator::Edge
Attributes
thread[R]
Public Class Methods
new(edge_ip, thread)
click to toggle source
# File lib/orchestrator/remote/edge.rb, line 7 def initialize(edge_ip, thread) @thread = thread @ip = edge_ip reconnect end
Public Instance Methods
exec()
click to toggle source
# File lib/orchestrator/remote/edge.rb, line 18 def exec() end
Protected Instance Methods
reconnect()
click to toggle source
# File lib/orchestrator/remote/edge.rb, line 26 def reconnect end