Class: WebSocket::Driver::PingEvent
- Inherits:
-
Struct
- Object
- Struct
- WebSocket::Driver::PingEvent
- 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
51 52 53 |
# File 'lib/websocket/driver.rb', line 51 def data @data end |