Module: RealtimeChange::Configuration
- Defined in:
- lib/realtime_change/configuration.rb
Class Attribute Summary collapse
-
.redis ⇒ Object
Returns the value of attribute redis.
Class Method Summary collapse
Class Attribute Details
.redis ⇒ Object
Returns the value of attribute redis.
4 5 6 |
# File 'lib/realtime_change/configuration.rb', line 4 def redis @redis end |
Class Method Details
.configure(&block) ⇒ Object
6 7 8 |
# File 'lib/realtime_change/configuration.rb', line 6 def configure(&block) block.call self end |