Exception: Roby::Coordination::Models::Capture::Unbound
- Defined in:
- lib/roby/coordination/models/capture.rb
Overview
Exception raised when trying to evaluate a capture whose backing event has not yet happened
Instance Attribute Summary collapse
-
#capture ⇒ Object
readonly
Returns the value of attribute capture.
Instance Method Summary collapse
-
#initialize(capture) ⇒ Unbound
constructor
A new instance of Unbound.
Constructor Details
#initialize(capture) ⇒ Unbound
Returns a new instance of Unbound.
59 60 61 62 63 |
# File 'lib/roby/coordination/models/capture.rb', line 59 def initialize(capture) super() @capture = capture end |
Instance Attribute Details
#capture ⇒ Object (readonly)
Returns the value of attribute capture.
57 58 59 |
# File 'lib/roby/coordination/models/capture.rb', line 57 def capture @capture end |