Class: SocketIo::Packet::HeartbeatPacket
- Inherits:
-
SocketIo::Packet
- Object
- SocketIo::Packet
- SocketIo::Packet::HeartbeatPacket
- Defined in:
- lib/socket.io/packet/heartbeat_packet.rb
Constant Summary
Constants inherited from SocketIo::Packet
Instance Attribute Summary
Attributes inherited from SocketIo::Packet
Instance Method Summary collapse
Methods inherited from SocketIo::Packet
#ackdata?, #initialize, #json, parse, parse_json, #to_s
Constructor Details
This class inherits a constructor from SocketIo::Packet
Instance Method Details
#type_id ⇒ Object
4 |
# File 'lib/socket.io/packet/heartbeat_packet.rb', line 4 def type_id; 2; end |