Class: PUBG::Telemetry::LogPlayerLogin

Inherits:
Object
  • Object
show all
Defined in:
lib/pubg/telemetry/log_player_login.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#_DObject (readonly)

Returns the value of attribute _D.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def _D
  @_D
end

#_TObject (readonly)

Returns the value of attribute _T.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def _T
  @_T
end

#_VObject (readonly)

Returns the value of attribute _V.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def _V
  @_V
end

#accountidObject (readonly)

Returns the value of attribute accountid.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def accountid
  @accountid
end

#dataObject (readonly)

Returns the value of attribute data.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def data
  @data
end

#errormessageObject (readonly)

Returns the value of attribute errormessage.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def errormessage
  @errormessage
end

#resultObject (readonly)

Returns the value of attribute result.



4
5
6
# File 'lib/pubg/telemetry/log_player_login.rb', line 4

def result
  @result
end