class Accept

Class for the Accept in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a Accept object

Calls superclass method SteamSerializable::new
# File lib/steamd/generated/netheader.rb, line 262
def initialize
  super([], [])
end