class MsgClientVACBanStatus

Class for the MsgClientVACBanStatus in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgClientVACBanStatus object

Calls superclass method SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 291
def initialize
  super([{:name=>"num_bans", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Public Instance Methods

num_bans() click to toggle source

Gets the num_bans variable.

@note defaults to @return [uint] the value of num_bans

# File lib/steamd/generated/steammsg.rb, line 299
def num_bans
  @variables['num_bans'][:value]
end
num_bans=(value) click to toggle source

Sets the num_bans variable.

@param value [uint] the new value

# File lib/steamd/generated/steammsg.rb, line 306
def num_bans=(value)
  @variables['num_bans'][:value] = value
end