Class: PhaseoAgentSdk::RunResult
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::RunResult
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#output ⇒ Object
Returns the value of attribute output.
-
#run ⇒ Object
Returns the value of attribute run.
-
#steps ⇒ Object
Returns the value of attribute steps.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#messages ⇒ Object
Returns the value of attribute messages
32 33 34 |
# File 'lib/phaseo_agent_sdk.rb', line 32 def @messages end |
#output ⇒ Object
Returns the value of attribute output
32 33 34 |
# File 'lib/phaseo_agent_sdk.rb', line 32 def output @output end |
#run ⇒ Object
Returns the value of attribute run
32 33 34 |
# File 'lib/phaseo_agent_sdk.rb', line 32 def run @run end |
#steps ⇒ Object
Returns the value of attribute steps
32 33 34 |
# File 'lib/phaseo_agent_sdk.rb', line 32 def steps @steps end |
#usage ⇒ Object
Returns the value of attribute usage
32 33 34 |
# File 'lib/phaseo_agent_sdk.rb', line 32 def usage @usage end |