Class: PubSubModelSync::Base
- Inherits:
-
Object
- Object
- PubSubModelSync::Base
show all
- Defined in:
- lib/pub_sub_model_sync/base.rb
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
8
9
10
|
# File 'lib/pub_sub_model_sync/base.rb', line 8
def config
PubSubModelSync::Config
end
|
.debug? ⇒ Boolean
16
17
18
|
# File 'lib/pub_sub_model_sync/base.rb', line 16
def debug?
config.debug
end
|
.log(message, kind = :info) ⇒ Object
12
13
14
|
# File 'lib/pub_sub_model_sync/base.rb', line 12
def log(message, kind = :info)
config.log message, kind
end
|