class MsgClientServerUnavailable

Class for the MsgClientServerUnavailable in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgClientServerUnavailable object

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

Public Instance Methods

e_msg_sent() click to toggle source

Gets the e_msg_sent variable.

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

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

Sets the e_msg_sent variable.

@param value [uint] the new value

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

Gets the e_server_type_unavailable variable.

@note defaults to @return [EServerType] the value of e_server_type_unavailable

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

Sets the e_server_type_unavailable variable.

@param value [EServerType] the new value

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

Gets the jobid_sent variable.

@note defaults to @return [ulong] the value of jobid_sent

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

Sets the jobid_sent variable.

@param value [ulong] the new value

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