Class: UniformNotifier::Mysql
- Inherits:
-
Base
- Object
- Base
- UniformNotifier::Mysql
- Defined in:
- lib/uniform_notifier/mysql.rb
Class Method Summary collapse
Class Method Details
.active? ⇒ Boolean
9 10 11 |
# File 'lib/uniform_notifier/mysql.rb', line 9 def active? @config && mysql_client end |
.setup_connection(config = {}) ⇒ Object
13 14 15 16 |
# File 'lib/uniform_notifier/mysql.rb', line 13 def setup_connection(config = {}) @config = config create_table end |