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
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