Class: Rixie::Agent::ThinkResult
- Inherits:
-
Data
- Object
- Data
- Rixie::Agent::ThinkResult
- Defined in:
- lib/rixie/agent.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#thoughts ⇒ Object
readonly
Returns the value of attribute thoughts.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
10 11 12 |
# File 'lib/rixie/agent.rb', line 10 def content @content end |
#thoughts ⇒ Object (readonly)
Returns the value of attribute thoughts
10 11 12 |
# File 'lib/rixie/agent.rb', line 10 def thoughts @thoughts end |