Class: MsgClientOGSEndSessionResponse
- Inherits:
-
Object
- Object
- MsgClientOGSEndSessionResponse
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/steammsg.rb
Overview
Class for the MsgClientOGSEndSessionResponse in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#initialize ⇒ MsgClientOGSEndSessionResponse
constructor
Instantiate a MsgClientOGSEndSessionResponse object.
-
#result ⇒ EResult
Gets the result variable.
-
#result=(value) ⇒ Object
Sets the result variable.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ MsgClientOGSEndSessionResponse
Instantiate a MsgClientOGSEndSessionResponse object
804 805 806 |
# File 'lib/steamd/generated/steammsg.rb', line 804 def initialize super([{:name=>"result", :type=>"EResult", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], []) end |
Instance Method Details
#result ⇒ EResult
Note:
defaults to
Gets the result variable.
812 813 814 |
# File 'lib/steamd/generated/steammsg.rb', line 812 def result @variables['result'][:value] end |
#result=(value) ⇒ Object
Sets the result variable.
819 820 821 |
# File 'lib/steamd/generated/steammsg.rb', line 819 def result=(value) @variables['result'][:value] = value end |