Class: PUBG::Telemetry::LogPlayerLogin
- Inherits:
-
Object
- Object
- PUBG::Telemetry::LogPlayerLogin
- Defined in:
- lib/pubg/telemetry/log_player_login.rb
Instance Attribute Summary collapse
-
#_D ⇒ Object
readonly
Returns the value of attribute _D.
-
#_T ⇒ Object
readonly
Returns the value of attribute _T.
-
#_V ⇒ Object
readonly
Returns the value of attribute _V.
-
#accountid ⇒ Object
readonly
Returns the value of attribute accountid.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#errormessage ⇒ Object
readonly
Returns the value of attribute errormessage.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(args) ⇒ LogPlayerLogin
constructor
A new instance of LogPlayerLogin.
Constructor Details
#initialize(args) ⇒ LogPlayerLogin
Returns a new instance of LogPlayerLogin.
6 7 8 9 10 11 12 13 14 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 6 def initialize(args) @data = args @result = args["Result"] @errornessage = args["ErrorMessage"] @accountid = args["AccountId"] @_V = args["_V"] @_D = args["_D"] @_T = args["_T"] end |
Instance Attribute Details
#_D ⇒ Object (readonly)
Returns the value of attribute _D.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def _D @_D end |
#_T ⇒ Object (readonly)
Returns the value of attribute _T.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def _T @_T end |
#_V ⇒ Object (readonly)
Returns the value of attribute _V.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def _V @_V end |
#accountid ⇒ Object (readonly)
Returns the value of attribute accountid.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def accountid @accountid end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def data @data end |
#errormessage ⇒ Object (readonly)
Returns the value of attribute errormessage.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def end |
#result ⇒ Object (readonly)
Returns the value of attribute result.
4 5 6 |
# File 'lib/pubg/telemetry/log_player_login.rb', line 4 def result @result end |