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



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

def cron
  @cron
end

#delayObject

Returns the value of attribute delay

Returns:

  • (Object)

    the current value of delay



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

def delay
  @delay
end

#row_idObject

Returns the value of attribute row_id

Returns:

  • (Object)

    the current value of row_id



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

def row_id
  @row_id
end

#scheduled_timeObject

Returns the value of attribute scheduled_time

Returns:

  • (Object)

    the current value of scheduled_time



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

def scheduled_time
  @scheduled_time
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



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

def timezone
  @timezone
end