Class: Telnyx::Lib::WebSocket::StreamMessage Private
- Inherits:
-
Struct
- Object
- Struct
- Telnyx::Lib::WebSocket::StreamMessage
- Defined in:
- lib/telnyx/lib/websocket/text_to_speech_ws.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
WebSocket stream message types for async iteration.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
15 16 17 |
# File 'lib/telnyx/lib/websocket/text_to_speech_ws.rb', line 15 def error @error end |
#message ⇒ Object
Returns the value of attribute message
15 16 17 |
# File 'lib/telnyx/lib/websocket/text_to_speech_ws.rb', line 15 def @message end |
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/telnyx/lib/websocket/text_to_speech_ws.rb', line 15 def type @type end |