Class: PUBG::Telemetry::LogPlayerCreate
- Inherits:
-
Object
- Object
- PUBG::Telemetry::LogPlayerCreate
- Defined in:
- lib/pubg/telemetry/log_player_create.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.
-
#character ⇒ Object
readonly
Returns the value of attribute character.
Instance Method Summary collapse
-
#initialize(args) ⇒ LogPlayerCreate
constructor
A new instance of LogPlayerCreate.
Constructor Details
#initialize(args) ⇒ LogPlayerCreate
Returns a new instance of LogPlayerCreate.
8 9 10 11 12 13 |
# File 'lib/pubg/telemetry/log_player_create.rb', line 8 def initialize(args) @character = Character.new(args["Character"]) @_V = args["_V"] @_D = args["_D"] @_T = args["_T"] end |
Instance Attribute Details
#_D ⇒ Object (readonly)
Returns the value of attribute _D.
6 7 8 |
# File 'lib/pubg/telemetry/log_player_create.rb', line 6 def _D @_D end |
#_T ⇒ Object (readonly)
Returns the value of attribute _T.
6 7 8 |
# File 'lib/pubg/telemetry/log_player_create.rb', line 6 def _T @_T end |
#_V ⇒ Object (readonly)
Returns the value of attribute _V.
6 7 8 |
# File 'lib/pubg/telemetry/log_player_create.rb', line 6 def _V @_V end |
#character ⇒ Object (readonly)
Returns the value of attribute character.
6 7 8 |
# File 'lib/pubg/telemetry/log_player_create.rb', line 6 def character @character end |