Exception: Roby::Distributed::ConnectionFailed
- Defined in:
- lib/roby/distributed/communication.rb
Overview
Error raised when a connection attempt failed on the given neighbour
Instance Attribute Summary collapse
-
#neighbour ⇒ Object
readonly
Returns the value of attribute neighbour.
Instance Method Summary collapse
-
#initialize(neighbour) ⇒ ConnectionFailed
constructor
A new instance of ConnectionFailed.
Constructor Details
#initialize(neighbour) ⇒ ConnectionFailed
Returns a new instance of ConnectionFailed.
7 8 9 |
# File 'lib/roby/distributed/communication.rb', line 7 def initialize(neighbour) @neighbour = neighbour end |
Instance Attribute Details
#neighbour ⇒ Object (readonly)
Returns the value of attribute neighbour.
5 6 7 |
# File 'lib/roby/distributed/communication.rb', line 5 def neighbour @neighbour end |