class MsgClientNewLoginKeyAccepted

Class for the MsgClientNewLoginKeyAccepted in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgClientNewLoginKeyAccepted object

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

Public Instance Methods

unique_id() click to toggle source

Gets the unique_id variable.

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

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

Sets the unique_id variable.

@param value [uint] the new value

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