Class: Amberletters::UnsatisfiedTrigger

Inherits:
Trigger
  • Object
show all
Defined in:
lib/amberletters.rb

Instance Attribute Summary

Attributes inherited from Trigger

#exclusive, #interruption, #logger, #options, #time_to_live

Instance Method Summary collapse

Methods inherited from Trigger

#initialize

Constructor Details

This class inherits a constructor from Amberletters::Trigger

Instance Method Details

#call(process) ⇒ Object



208
209
210
211
# File 'lib/amberletters.rb', line 208

def call(process)
  @block.call(self, process)
  true
end

#to_sObject



204
205
206
# File 'lib/amberletters.rb', line 204

def to_s
  "unsatisfied wait"
end