Class: WebSocket::Driver::PingEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/websocket/driver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



53
54
55
# File 'lib/websocket/driver.rb', line 53

def data
  @data
end