class MsgGSApprove
Class for the MsgGSApprove
in the Steam Language.
Public Class Methods
new()
click to toggle source
Instantiate a MsgGSApprove
object
Calls superclass method
SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 1215 def initialize super([{:name=>"steam_id", :type=>"ulong", :modifier=>"steamidmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}], []) end
Public Instance Methods
steam_id()
click to toggle source
steam_id=(value)
click to toggle source
Sets the steam_id
variable.
@param value [ulong] the new value
# File lib/steamd/generated/steammsg.rb, line 1230 def steam_id=(value) @variables['steam_id'][:value] = value end