Class: Kaal::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kaal::Registry::Entry
- Defined in:
- lib/kaal/registry.rb
Overview
Entry class representing a single registered cron job
Instance Attribute Summary collapse
-
#cron ⇒ Object
Returns the value of attribute cron.
-
#enqueue ⇒ Object
Returns the value of attribute enqueue.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#cron ⇒ Object
Returns the value of attribute cron
23 24 25 |
# File 'lib/kaal/registry.rb', line 23 def cron @cron end |
#enqueue ⇒ Object
Returns the value of attribute enqueue
23 24 25 |
# File 'lib/kaal/registry.rb', line 23 def enqueue @enqueue end |
#key ⇒ Object
Returns the value of attribute key
23 24 25 |
# File 'lib/kaal/registry.rb', line 23 def key @key end |