Sha256: f848f593fc9ebada478d9b7adab734a5c466bf6474ee5a07cbf392b3ee2c3fbc

Contents?: true

Size: 115 Bytes

Versions: 7

Compression:

Stored size: 115 Bytes

Contents

class Webmate::SocketIO::Packets::Error < Webmate::SocketIO::Packets::Base
  def packet_type
    'error'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
webmate-0.1.6 lib/webmate/socket.io/packets/error.rb
webmate-0.1.5 lib/webmate/socket.io/packets/error.rb
webmate-0.1.4 lib/webmate/socket.io/packets/error.rb
webmate-0.1.3 lib/webmate/socket.io/packets/error.rb
webmate-0.1.2 lib/webmate/socket.io/packets/error.rb
webmate-0.1.1 lib/webmate/socket.io/packets/error.rb
webmate-0.1.0 lib/webmate/socket.io/packets/error.rb