Class: LittleGhost::Agent::ExecutedTool
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Agent::ExecutedTool
- Defined in:
- lib/little_ghost/agent.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#companion_content ⇒ Object
readonly
Returns the value of attribute companion_content.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
Instance Attribute Details
#companion_content ⇒ Object (readonly)
Returns the value of attribute companion_content
72 73 74 |
# File 'lib/little_ghost/agent.rb', line 72 def companion_content @companion_content end |
#result ⇒ Object (readonly)
Returns the value of attribute result
72 73 74 |
# File 'lib/little_ghost/agent.rb', line 72 def result @result end |
Instance Method Details
#content ⇒ Object
74 |
# File 'lib/little_ghost/agent.rb', line 74 def content = result.content |
#status ⇒ Object
73 |
# File 'lib/little_ghost/agent.rb', line 73 def status = result.status |