Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/gitroom/connect.rb
Instance Attribute Summary collapse
-
#redis_connection ⇒ Object
Returns the value of attribute redis_connection.
Instance Method Summary collapse
Instance Attribute Details
#redis_connection ⇒ Object
Returns the value of attribute redis_connection.
2 3 4 |
# File 'lib/gitroom/connect.rb', line 2 def redis_connection @redis_connection end |
Instance Method Details
#redis ⇒ Object
4 5 6 |
# File 'lib/gitroom/connect.rb', line 4 def redis Object.redis_connection end |