module Eventboss::Listener::ClassMethods

Attributes

options[R]

Public Instance Methods

eventboss_options(options) click to toggle source
# File lib/eventboss/listener.rb, line 22
def eventboss_options(options)
  @options = options.compact

  ACTIVE_LISTENERS[@options] = self
end