Module: Qu
- Extended by:
- Qu, SingleForwardable
- Included in:
- Qu
- Defined in:
- lib/qu.rb,
lib/qu/logger.rb,
lib/qu/worker.rb,
lib/qu/failure.rb,
lib/qu/payload.rb,
lib/qu/version.rb,
lib/qu/backend/base.rb,
lib/qu/backend/immediate.rb
Defined Under Namespace
Modules: Backend, Failure, Logger Classes: Payload, Worker
Constant Summary collapse
- VERSION =
"0.2.0"
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#failure ⇒ Object
Returns the value of attribute failure.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend.
16 17 18 |
# File 'lib/qu.rb', line 16 def backend @backend end |
#failure ⇒ Object
Returns the value of attribute failure.
16 17 18 |
# File 'lib/qu.rb', line 16 def failure @failure end |
#logger ⇒ Object
Returns the value of attribute logger.
16 17 18 |
# File 'lib/qu.rb', line 16 def logger @logger end |