Class: Aidp::WorkstreamExecutor::WorkstreamResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/aidp/workstream_executor.rb

Overview

Result from executing a workstream

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def completed_at
  @completed_at
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def duration
  @duration
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def error
  @error
end

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def exit_code
  @exit_code
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def slug
  @slug
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



17
18
19
# File 'lib/aidp/workstream_executor.rb', line 17

def status
  @status
end