Class: Protocol::WebSocket::TextMessage
- Inherits:
-
Object
- Object
- Protocol::WebSocket::TextMessage
- Defined in:
- sig/_external.rbs
Instance Attribute Summary collapse
-
#buffer ⇒ String
readonly
Returns the value of attribute buffer.
Instance Attribute Details
#buffer ⇒ String (readonly)
Returns the value of attribute buffer.
90 91 92 |
# File 'sig/_external.rbs', line 90 def buffer @buffer end |