Class: Orchestrator::Edge

Inherits:
Object
  • Object
show all
Defined in:
lib/orchestrator/remote/edge.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(edge_ip, thread) ⇒ Edge

Returns a new instance of Edge.



7
8
9
10
11
12
# File 'lib/orchestrator/remote/edge.rb', line 7

def initialize(edge_ip, thread)
    @thread = thread
    @ip = edge_ip

    reconnect
end

Instance Attribute Details

#threadObject (readonly)

Returns the value of attribute thread.



15
16
17
# File 'lib/orchestrator/remote/edge.rb', line 15

def thread
  @thread
end

Instance Method Details

#execObject



18
19
20
# File 'lib/orchestrator/remote/edge.rb', line 18

def exec()

end