module Tumugi::Event
Constants
- FAILURE
- RETRY
- SUCCESS
Public Class Methods
all()
click to toggle source
# File lib/tumugi/event.rb, line 7 def self.all self.constants.map{|name| self.const_get(name) } end