Method: Jets::Job::Dsl::RuleEvent#events_rule

Defined in:
lib/jets/job/dsl/rule_event.rb

#events_rule(props) ⇒ Object

Deprecated methods, will be removed in the future



60
61
62
63
64
65
# File 'lib/jets/job/dsl/rule_event.rb', line 60

def events_rule(props)
  puts "DEPRECATED: events_rule. Instead use rule_event. The events_rule will be removed in the future.  Pausing for 5 seconds".color(:yellow)
  puts caller[0]
  sleep 5
  rule_event(props)
end