We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317ca72 commit b2ddc06Copy full SHA for b2ddc06
lib/esdb/identity.rb
@@ -8,5 +8,9 @@ def to_hash
8
hash['stats'] = hash['stats'][hash['id'].to_s] if hash['stats']
9
hash
10
end
11
+
12
+ def sc2ranks_url
13
+ "http://sc2ranks.com/#{gateway}/#{bnet_id}/#{name}"
14
+ end
15
16
0 commit comments