Class: Philiprehberger::CronKit::Scheduler::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/philiprehberger/cron_kit/scheduler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



9
10
11
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9

def block
  @block
end

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



9
10
11
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9

def expression
  @expression
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9

def name
  @name
end

#overlapObject

Returns the value of attribute overlap

Returns:

  • (Object)

    the current value of overlap



9
10
11
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9

def overlap
  @overlap
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



9
10
11
# File 'lib/philiprehberger/cron_kit/scheduler.rb', line 9

def timeout
  @timeout
end