Class: Webmate::SocketIO::Packets::Noop

Inherits:
Base
  • Object
show all
Defined in:
lib/webmate/socket.io/packets/noop.rb

Constant Summary

Constants inherited from Base

Base::PACKETS_TYPES

Instance Attribute Summary

Attributes inherited from Base

#packet_endpoint, #packet_id

Instance Method Summary collapse

Methods inherited from Base

#body, build_response_packet, #generate_packet_id, #initialize, #metadata, #packet_data, #packet_type_id, #params, parse, #path, prepare_packet_data, #status, #to_packet

Constructor Details

This class inherits a constructor from Webmate::SocketIO::Packets::Base

Instance Method Details

#packet_typeObject



2
3
4
# File 'lib/webmate/socket.io/packets/noop.rb', line 2

def packet_type
  'noop'
end