Class: Disconnect

Inherits:
Object
  • Object
show all
Includes:
SteamSerializable
Defined in:
lib/steamd/generated/netheader.rb

Overview

Class for the Disconnect in the Steam Language.

Instance Attribute Summary

Attributes included from SteamSerializable

#constants, #variables

Instance Method Summary collapse

Methods included from SteamSerializable

#consts, #deserialize, #encode_to, #flag, #serialize, #vars

Constructor Details

#initializeDisconnect

Instantiate a Disconnect object



286
287
288
# File 'lib/steamd/generated/netheader.rb', line 286

def initialize
  super([], [])
end