Exception: Roby::Coordination::Models::Capture::Unbound

Inherits:
RuntimeError
  • Object
show all
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

Instance Method Summary collapse

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

#captureObject (readonly)

Returns the value of attribute capture.



57
58
59
# File 'lib/roby/coordination/models/capture.rb', line 57

def capture
  @capture
end