Class: WebSocket::Driver::MessageEvent
- Inherits:
-
Struct
- Object
- Struct
- WebSocket::Driver::MessageEvent
- Defined in:
- lib/websocket/driver.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
43 44 45 |
# File 'lib/websocket/driver.rb', line 43 def data @data end |