Class: WebSocket::Protocol::MessageEvent
- Inherits:
-
Struct
- Object
- Struct
- WebSocket::Protocol::MessageEvent
- Defined in:
- lib/websocket/protocol.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
47 48 49 |
# File 'lib/websocket/protocol.rb', line 47 def data @data end |