Class: Accept
- Inherits:
-
Object
- Object
- Accept
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/netheader.rb
Overview
Class for the Accept in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#initialize ⇒ Accept
constructor
Instantiate a Accept object.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ Accept
Instantiate a Accept object
262 263 264 |
# File 'lib/steamd/generated/netheader.rb', line 262 def initialize super([], []) end |