Class: UniformNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/uniform_notifier/mysql.rb,
lib/bullet_uniform_notifier_mysql.rb

Defined Under Namespace

Classes: Mysql

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.mysqlObject

Returns the value of attribute mysql.



12
13
14
# File 'lib/bullet_uniform_notifier_mysql.rb', line 12

def mysql
  @mysql
end

Class Method Details

.active_notifiersObject



14
15
16
# File 'lib/bullet_uniform_notifier_mysql.rb', line 14

def active_notifiers
  [Mysql, *NOTIFIERS].select { |notifier| notifier.active? }
end