Class: MsgClientSendGuestPassResponse

Inherits:
Object
  • Object
show all
Includes:
SteamSerializable
Defined in:
lib/steamd/generated/steammsg.rb

Overview

Class for the MsgClientSendGuestPassResponse in the Steam Language.

Instance Attribute Summary

Attributes included from SteamSerializable

#constants, #variables

Instance Method Summary collapse

Methods included from SteamSerializable

#consts, #deserialize, #encode_to, #flag, #serialize, #vars

Constructor Details

#initializeMsgClientSendGuestPassResponse

Instantiate a MsgClientSendGuestPassResponse object



2172
2173
2174
# File 'lib/steamd/generated/steammsg.rb', line 2172

def initialize
  super([{:name=>"result", :type=>"EResult", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Instance Method Details

#resultEResult

Note:

defaults to

Gets the result variable.

Returns:

  • (EResult)

    the value of result



2180
2181
2182
# File 'lib/steamd/generated/steammsg.rb', line 2180

def result
  @variables['result'][:value]
end

#result=(value) ⇒ Object

Sets the result variable.

Parameters:

  • value (EResult)

    the new value



2187
2188
2189
# File 'lib/steamd/generated/steammsg.rb', line 2187

def result=(value)
  @variables['result'][:value] = value
end