Class: RedisPage::Config
- Inherits:
-
Object
- Object
- RedisPage::Config
- Defined in:
- lib/redis_page.rb
Instance Attribute Summary collapse
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#sweeper ⇒ Object
Returns the value of attribute sweeper.
Instance Attribute Details
#redis ⇒ Object
Returns the value of attribute redis.
5 6 7 |
# File 'lib/redis_page.rb', line 5 def redis @redis end |
#sweeper ⇒ Object
Returns the value of attribute sweeper.
5 6 7 |
# File 'lib/redis_page.rb', line 5 def sweeper @sweeper end |