Class: Gorgerb::PlayerStatistics::StatisticsPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/gorgerb/player_statistics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyObject

Returns the value of attribute accuracy

Returns:

  • (Object)

    the current value of accuracy



9
10
11
# File 'lib/gorgerb/player_statistics.rb', line 9

def accuracy
  @accuracy
end

#kdrObject

Returns the value of attribute kdr

Returns:

  • (Object)

    the current value of kdr



9
10
11
# File 'lib/gorgerb/player_statistics.rb', line 9

def kdr
  @kdr
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



9
10
11
# File 'lib/gorgerb/player_statistics.rb', line 9

def meta
  @meta
end