Class: Gorgerb::PlayerStatistics::StatisticsPoint
- Inherits:
-
Struct
- Object
- Struct
- Gorgerb::PlayerStatistics::StatisticsPoint
- Defined in:
- lib/gorgerb/player_statistics.rb
Instance Attribute Summary collapse
-
#accuracy ⇒ Object
Returns the value of attribute accuracy.
-
#kdr ⇒ Object
Returns the value of attribute kdr.
-
#meta ⇒ Object
Returns the value of attribute meta.
Instance Attribute Details
#accuracy ⇒ Object
Returns the value of attribute accuracy
9 10 11 |
# File 'lib/gorgerb/player_statistics.rb', line 9 def accuracy @accuracy end |
#kdr ⇒ Object
Returns the value of attribute kdr
9 10 11 |
# File 'lib/gorgerb/player_statistics.rb', line 9 def kdr @kdr end |
#meta ⇒ Object
Returns the value of attribute meta
9 10 11 |
# File 'lib/gorgerb/player_statistics.rb', line 9 def @meta end |