Class: PromptObjects::Execution::Scheduler::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/execution/scheduler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deadlineObject (readonly)

Returns the value of attribute deadline

Returns:

  • (Object)

    the current value of deadline



14
15
16
# File 'lib/prompt_objects/execution/scheduler.rb', line 14

def deadline
  @deadline
end

#enqueue_sequenceObject (readonly)

Returns the value of attribute enqueue_sequence

Returns:

  • (Object)

    the current value of enqueue_sequence



14
15
16
# File 'lib/prompt_objects/execution/scheduler.rb', line 14

def enqueue_sequence
  @enqueue_sequence
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



14
15
16
# File 'lib/prompt_objects/execution/scheduler.rb', line 14

def options
  @options
end

#runObject (readonly)

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



14
15
16
# File 'lib/prompt_objects/execution/scheduler.rb', line 14

def run
  @run
end

#ticketObject (readonly)

Returns the value of attribute ticket

Returns:

  • (Object)

    the current value of ticket



14
15
16
# File 'lib/prompt_objects/execution/scheduler.rb', line 14

def ticket
  @ticket
end