Class: Eye::Trigger::Custom

Inherits:
Eye::Trigger show all
Defined in:
lib/eye/trigger.rb

Constant Summary

Constants inherited from Eye::Trigger

TYPES

Instance Attribute Summary

Attributes inherited from Eye::Trigger

#message, #options, #process

Class Method Summary collapse

Methods inherited from Eye::Trigger

#check, create, #defer, #exec_proc, #filter_transition, get_class, #initialize, #inspect, #logger_sub_tag, #logger_tag, name_and_class, #notify, register, requires, #run_in_process_context, validate!

Methods included from Dsl::Validation

included

Constructor Details

This class inherits a constructor from Eye::Trigger

Class Method Details

.inherited(base) ⇒ Object



126
127
128
129
# File 'lib/eye/trigger.rb', line 126

def self.inherited(base)
  super
  register(base)
end