Class: Qu::Backend::Base
- Inherits:
-
Object
- Object
- Qu::Backend::Base
- Includes:
- Logger
- Defined in:
- lib/qu/backend/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
Method Summary
Methods included from Logger
#clean_backtrace, #log_exception, #logger
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection.
7 8 9 |
# File 'lib/qu/backend/base.rb', line 7 def connection @connection end |