Class: Vangrail::Chat::Answer
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Chat::Answer
- Defined in:
- lib/vangrail/chat.rb
Instance Attribute Summary collapse
-
#latency_ms ⇒ Object
Returns the value of attribute latency_ms.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#latency_ms ⇒ Object
Returns the value of attribute latency_ms
18 19 20 |
# File 'lib/vangrail/chat.rb', line 18 def latency_ms @latency_ms end |
#raw ⇒ Object
Returns the value of attribute raw
18 19 20 |
# File 'lib/vangrail/chat.rb', line 18 def raw @raw end |
#text ⇒ Object
Returns the value of attribute text
18 19 20 |
# File 'lib/vangrail/chat.rb', line 18 def text @text end |