Class: Que::Scheduler::Configuration
- Inherits:
-
Object
- Object
- Que::Scheduler::Configuration
- Defined in:
- lib/que/scheduler/configuration.rb
Instance Attribute Summary collapse
-
#que_scheduler_queue ⇒ Object
Returns the value of attribute que_scheduler_queue.
-
#schedule ⇒ Object
Returns the value of attribute schedule.
-
#schedule_location ⇒ Object
Returns the value of attribute schedule_location.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#transaction_adapter ⇒ Object
Returns the value of attribute transaction_adapter.
Instance Attribute Details
#que_scheduler_queue ⇒ Object
Returns the value of attribute que_scheduler_queue.
7 8 9 |
# File 'lib/que/scheduler/configuration.rb', line 7 def que_scheduler_queue @que_scheduler_queue end |
#schedule ⇒ Object
Returns the value of attribute schedule.
7 8 9 |
# File 'lib/que/scheduler/configuration.rb', line 7 def schedule @schedule end |
#schedule_location ⇒ Object
Returns the value of attribute schedule_location.
7 8 9 |
# File 'lib/que/scheduler/configuration.rb', line 7 def schedule_location @schedule_location end |
#time_zone ⇒ Object
Returns the value of attribute time_zone.
7 8 9 |
# File 'lib/que/scheduler/configuration.rb', line 7 def time_zone @time_zone end |
#transaction_adapter ⇒ Object
Returns the value of attribute transaction_adapter.
7 8 9 |
# File 'lib/que/scheduler/configuration.rb', line 7 def transaction_adapter @transaction_adapter end |