Class: PhaseoAgentSdk::RunResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



32
33
34
# File 'lib/phaseo_agent_sdk.rb', line 32

def messages
  @messages
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



32
33
34
# File 'lib/phaseo_agent_sdk.rb', line 32

def output
  @output
end

#runObject

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



32
33
34
# File 'lib/phaseo_agent_sdk.rb', line 32

def run
  @run
end

#stepsObject

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



32
33
34
# File 'lib/phaseo_agent_sdk.rb', line 32

def steps
  @steps
end

#usageObject

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



32
33
34
# File 'lib/phaseo_agent_sdk.rb', line 32

def usage
  @usage
end