Class: Rllama::Result
- Inherits:
-
Struct
- Object
- Struct
- Rllama::Result
- Defined in:
- lib/rllama.rb
Instance Attribute Summary collapse
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#stats ⇒ Object
Returns the value of attribute stats
11 12 13 |
# File 'lib/rllama.rb', line 11 def stats @stats end |
#text ⇒ Object
Returns the value of attribute text
11 12 13 |
# File 'lib/rllama.rb', line 11 def text @text end |