Class: UniformNotifier
- Inherits:
-
Object
- Object
- UniformNotifier
- Defined in:
- lib/uniform_notifier/mysql.rb,
lib/bullet_uniform_notifier_mysql.rb
Defined Under Namespace
Classes: Mysql
Class Attribute Summary collapse
-
.mysql ⇒ Object
Returns the value of attribute mysql.
Class Method Summary collapse
Class Attribute Details
.mysql ⇒ Object
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_notifiers ⇒ Object
14 15 16 |
# File 'lib/bullet_uniform_notifier_mysql.rb', line 14 def active_notifiers [Mysql, *NOTIFIERS].select { |notifier| notifier.active? } end |