Class: Rllama::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rllama.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statsObject

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



11
12
13
# File 'lib/rllama.rb', line 11

def stats
  @stats
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



11
12
13
# File 'lib/rllama.rb', line 11

def text
  @text
end