Class: PerfectSched::Backend::RDBCompatBackend::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/perfectsched/backend/rdb_compat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cronObject

Returns the value of attribute cron

Returns:

  • (Object)

    the current value of cron



24
25
26
# File 'lib/perfectsched/backend/rdb_compat.rb', line 24

def cron
  @cron
end

#delayObject

Returns the value of attribute delay

Returns:

  • (Object)

    the current value of delay



24
25
26
# File 'lib/perfectsched/backend/rdb_compat.rb', line 24

def delay
  @delay
end

#row_idObject

Returns the value of attribute row_id

Returns:

  • (Object)

    the current value of row_id



24
25
26
# File 'lib/perfectsched/backend/rdb_compat.rb', line 24

def row_id
  @row_id
end

#scheduled_timeObject

Returns the value of attribute scheduled_time

Returns:

  • (Object)

    the current value of scheduled_time



24
25
26
# File 'lib/perfectsched/backend/rdb_compat.rb', line 24

def scheduled_time
  @scheduled_time
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



24
25
26
# File 'lib/perfectsched/backend/rdb_compat.rb', line 24

def timezone
  @timezone
end