Class: MsgGSApprove
- Inherits:
-
Object
- Object
- MsgGSApprove
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/steammsg.rb
Overview
Class for the MsgGSApprove in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#initialize ⇒ MsgGSApprove
constructor
Instantiate a MsgGSApprove object.
-
#steam_id ⇒ ulong
Gets the steam_id variable.
-
#steam_id=(value) ⇒ Object
Sets the steam_id variable.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ MsgGSApprove
Instantiate a MsgGSApprove object
1215 1216 1217 |
# 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 |
Instance Method Details
#steam_id ⇒ ulong
Note:
defaults to
Gets the steam_id variable.
1223 1224 1225 |
# File 'lib/steamd/generated/steammsg.rb', line 1223 def steam_id @variables['steam_id'][:value] end |
#steam_id=(value) ⇒ Object
Sets the steam_id variable.
1230 1231 1232 |
# File 'lib/steamd/generated/steammsg.rb', line 1230 def steam_id=(value) @variables['steam_id'][:value] = value end |