lib/quakelive_api/profile/statistics.rb in quakelive_api-0.0.1 vs lib/quakelive_api/profile/statistics.rb in quakelive_api-0.1.0

- old
+ new

@@ -3,16 +3,16 @@ class Statistics < ::QuakeliveApi::Base attr_reader :weapons, :records private - def url - "/profile/statistics/#{player_name}" - end + def url + "/profile/statistics/#{player_name}" + end - def setup_variables - @weapons = parser.weapons - @records = parser.records - end + def setup_variables + @weapons = parser.weapons + @records = parser.records + end end end end