Class: Vangrail::Chat::Answer

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

Instance Attribute Summary collapse

Instance Attribute Details

#latency_msObject

Returns the value of attribute latency_ms

Returns:

  • (Object)

    the current value of latency_ms



18
19
20
# File 'lib/vangrail/chat.rb', line 18

def latency_ms
  @latency_ms
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



18
19
20
# File 'lib/vangrail/chat.rb', line 18

def raw
  @raw
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



18
19
20
# File 'lib/vangrail/chat.rb', line 18

def text
  @text
end