class Roby::Coordination::Models::Capture::Unbound
Exception
raised when trying to evaluate a capture whose backing event has not yet happened
Attributes
capture[R]
Public Class Methods
new(capture)
click to toggle source
# File lib/roby/coordination/models/capture.rb, line 56 def initialize(capture) @capture = capture end