Class: Insika::TaskStore::Execution

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/task_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptObject (readonly)

Returns the value of attribute attempt

Returns:

  • (Object)

    the current value of attempt



37
38
39
# File 'lib/insika/task_store.rb', line 37

def attempt
  @attempt
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



37
38
39
# File 'lib/insika/task_store.rb', line 37

def error
  @error
end

#finished_atObject (readonly)

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



37
38
39
# File 'lib/insika/task_store.rb', line 37

def finished_at
  @finished_at
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



37
38
39
# File 'lib/insika/task_store.rb', line 37

def outcome
  @outcome
end

#started_atObject (readonly)

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



37
38
39
# File 'lib/insika/task_store.rb', line 37

def started_at
  @started_at
end