Class: Philiprehberger::CronKit::Scheduler::Job
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::CronKit::Scheduler::Job
- Defined in:
- lib/philiprehberger/cron_kit/scheduler.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#name ⇒ Object
Returns the value of attribute name.
-
#overlap ⇒ Object
Returns the value of attribute overlap.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
9 10 11 |
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9 def block @block end |
#expression ⇒ Object
Returns the value of attribute expression
9 10 11 |
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9 def expression @expression end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9 def name @name end |
#overlap ⇒ Object
Returns the value of attribute overlap
9 10 11 |
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9 def overlap @overlap end |
#timeout ⇒ Object
Returns the value of attribute timeout
9 10 11 |
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9 def timeout @timeout end |