Class: Chocomint::Orchestrator::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/chocomint/orchestrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



12
13
14
# File 'lib/chocomint/orchestrator.rb', line 12

def attempts
  @attempts
end

#proposalObject

Returns the value of attribute proposal

Returns:

  • (Object)

    the current value of proposal



12
13
14
# File 'lib/chocomint/orchestrator.rb', line 12

def proposal
  @proposal
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



12
13
14
# File 'lib/chocomint/orchestrator.rb', line 12

def result
  @result
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/chocomint/orchestrator.rb', line 12

def status
  @status
end

#trace_idObject

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



12
13
14
# File 'lib/chocomint/orchestrator.rb', line 12

def trace_id
  @trace_id
end