Class: MsgGSGetReputationResponse
- Inherits:
-
Object
- Object
- MsgGSGetReputationResponse
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/steammsg.rb
Overview
Class for the MsgGSGetReputationResponse in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#banned ⇒ byte
Gets the banned variable.
-
#banned=(value) ⇒ Object
Sets the banned variable.
-
#banned_game_id ⇒ ulong
Gets the banned_game_id variable.
-
#banned_game_id=(value) ⇒ Object
Sets the banned_game_id variable.
-
#banned_ip ⇒ uint
Gets the banned_ip variable.
-
#banned_ip=(value) ⇒ Object
Sets the banned_ip variable.
-
#banned_port ⇒ ushort
Gets the banned_port variable.
-
#banned_port=(value) ⇒ Object
Sets the banned_port variable.
-
#initialize ⇒ MsgGSGetReputationResponse
constructor
Instantiate a MsgGSGetReputationResponse object.
-
#reputation_score ⇒ uint
Gets the reputation_score variable.
-
#reputation_score=(value) ⇒ Object
Sets the reputation_score variable.
-
#result ⇒ EResult
Gets the result variable.
-
#result=(value) ⇒ Object
Sets the result variable.
-
#time_ban_expires ⇒ uint
Gets the time_ban_expires variable.
-
#time_ban_expires=(value) ⇒ Object
Sets the time_ban_expires variable.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ MsgGSGetReputationResponse
Instantiate a MsgGSGetReputationResponse object
1056 1057 1058 |
# File 'lib/steamd/generated/steammsg.rb', line 1056 def initialize super([{:name=>"result", :type=>"EResult", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"reputation_score", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"banned", :type=>"byte", :modifier=>"boolmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"banned_ip", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"banned_port", :type=>"ushort", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"banned_game_id", :type=>"ulong", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"time_ban_expires", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], []) end |
Instance Method Details
#banned ⇒ byte
defaults to
Gets the banned variable.
1094 1095 1096 |
# File 'lib/steamd/generated/steammsg.rb', line 1094 def banned @variables['banned'][:value] end |
#banned=(value) ⇒ Object
Sets the banned variable.
1101 1102 1103 |
# File 'lib/steamd/generated/steammsg.rb', line 1101 def banned=(value) @variables['banned'][:value] = value end |
#banned_game_id ⇒ ulong
defaults to
Gets the banned_game_id variable.
1139 1140 1141 |
# File 'lib/steamd/generated/steammsg.rb', line 1139 def banned_game_id @variables['banned_game_id'][:value] end |
#banned_game_id=(value) ⇒ Object
Sets the banned_game_id variable.
1146 1147 1148 |
# File 'lib/steamd/generated/steammsg.rb', line 1146 def banned_game_id=(value) @variables['banned_game_id'][:value] = value end |
#banned_ip ⇒ uint
defaults to
Gets the banned_ip variable.
1109 1110 1111 |
# File 'lib/steamd/generated/steammsg.rb', line 1109 def banned_ip @variables['banned_ip'][:value] end |
#banned_ip=(value) ⇒ Object
Sets the banned_ip variable.
1116 1117 1118 |
# File 'lib/steamd/generated/steammsg.rb', line 1116 def banned_ip=(value) @variables['banned_ip'][:value] = value end |
#banned_port ⇒ ushort
defaults to
Gets the banned_port variable.
1124 1125 1126 |
# File 'lib/steamd/generated/steammsg.rb', line 1124 def banned_port @variables['banned_port'][:value] end |
#banned_port=(value) ⇒ Object
Sets the banned_port variable.
1131 1132 1133 |
# File 'lib/steamd/generated/steammsg.rb', line 1131 def banned_port=(value) @variables['banned_port'][:value] = value end |
#reputation_score ⇒ uint
defaults to
Gets the reputation_score variable.
1079 1080 1081 |
# File 'lib/steamd/generated/steammsg.rb', line 1079 def reputation_score @variables['reputation_score'][:value] end |
#reputation_score=(value) ⇒ Object
Sets the reputation_score variable.
1086 1087 1088 |
# File 'lib/steamd/generated/steammsg.rb', line 1086 def reputation_score=(value) @variables['reputation_score'][:value] = value end |
#result ⇒ EResult
defaults to
Gets the result variable.
1064 1065 1066 |
# File 'lib/steamd/generated/steammsg.rb', line 1064 def result @variables['result'][:value] end |
#result=(value) ⇒ Object
Sets the result variable.
1071 1072 1073 |
# File 'lib/steamd/generated/steammsg.rb', line 1071 def result=(value) @variables['result'][:value] = value end |
#time_ban_expires ⇒ uint
defaults to
Gets the time_ban_expires variable.
1154 1155 1156 |
# File 'lib/steamd/generated/steammsg.rb', line 1154 def time_ban_expires @variables['time_ban_expires'][:value] end |
#time_ban_expires=(value) ⇒ Object
Sets the time_ban_expires variable.
1161 1162 1163 |
# File 'lib/steamd/generated/steammsg.rb', line 1161 def time_ban_expires=(value) @variables['time_ban_expires'][:value] = value end |