Class: PerfectSched::Backend::RDBCompatBackend::Token
- Inherits:
-
Struct
- Object
- Struct
- PerfectSched::Backend::RDBCompatBackend::Token
- Defined in:
- lib/perfectsched/backend/rdb_compat.rb
Instance Attribute Summary collapse
-
#cron ⇒ Object
Returns the value of attribute cron.
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#row_id ⇒ Object
Returns the value of attribute row_id.
-
#scheduled_time ⇒ Object
Returns the value of attribute scheduled_time.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Attribute Details
#cron ⇒ Object
Returns the value of attribute cron
25 26 27 |
# File 'lib/perfectsched/backend/rdb_compat.rb', line 25 def cron @cron end |
#delay ⇒ Object
Returns the value of attribute delay
25 26 27 |
# File 'lib/perfectsched/backend/rdb_compat.rb', line 25 def delay @delay end |
#row_id ⇒ Object
Returns the value of attribute row_id
25 26 27 |
# File 'lib/perfectsched/backend/rdb_compat.rb', line 25 def row_id @row_id end |
#scheduled_time ⇒ Object
Returns the value of attribute scheduled_time
25 26 27 |
# File 'lib/perfectsched/backend/rdb_compat.rb', line 25 def scheduled_time @scheduled_time end |
#timezone ⇒ Object
Returns the value of attribute timezone
25 26 27 |
# File 'lib/perfectsched/backend/rdb_compat.rb', line 25 def timezone @timezone end |