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
69 70 71 |
# File 'lib/little_ghost/agent.rb', line 69 def companion_content @companion_content end |
#result ⇒ Object (readonly)
Returns the value of attribute result
69 70 71 |
# File 'lib/little_ghost/agent.rb', line 69 def result @result end |
Instance Method Details
#content ⇒ Object
71 |
# File 'lib/little_ghost/agent.rb', line 71 def content = result.content |
#status ⇒ Object
70 |
# File 'lib/little_ghost/agent.rb', line 70 def status = result.status |