Class: MsgClientNewLoginKeyAccepted
- Inherits:
-
Object
- Object
- MsgClientNewLoginKeyAccepted
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/steammsg.rb
Overview
Class for the MsgClientNewLoginKeyAccepted in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#initialize ⇒ MsgClientNewLoginKeyAccepted
constructor
Instantiate a MsgClientNewLoginKeyAccepted object.
-
#unique_id ⇒ uint
Gets the unique_id variable.
-
#unique_id=(value) ⇒ Object
Sets the unique_id variable.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ MsgClientNewLoginKeyAccepted
Instantiate a MsgClientNewLoginKeyAccepted object
206 207 208 |
# 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 |
Instance Method Details
#unique_id ⇒ uint
Note:
defaults to
Gets the unique_id variable.
214 215 216 |
# File 'lib/steamd/generated/steammsg.rb', line 214 def unique_id @variables['unique_id'][:value] end |
#unique_id=(value) ⇒ Object
Sets the unique_id variable.
221 222 223 |
# File 'lib/steamd/generated/steammsg.rb', line 221 def unique_id=(value) @variables['unique_id'][:value] = value end |