Class: Que::Scheduler::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/que/scheduler/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#que_scheduler_queueObject

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

#scheduleObject

Returns the value of attribute schedule.



7
8
9
# File 'lib/que/scheduler/configuration.rb', line 7

def schedule
  @schedule
end

#schedule_locationObject

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_zoneObject

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_adapterObject

Returns the value of attribute transaction_adapter.



7
8
9
# File 'lib/que/scheduler/configuration.rb', line 7

def transaction_adapter
  @transaction_adapter
end