Class: RBattlenet::Wow::Achievement

Inherits:
Object
  • Object
show all
Defined in:
lib/rbattlenet/wow/achievement.rb

Class Method Summary collapse

Class Method Details

.find(id:) ⇒ Object



4
5
6
7
8
9
# File 'lib/rbattlenet/wow/achievement.rb', line 4

def self.find(id:)
  uri = RBattlenet.
    base_uri("#{GAME}/achievement/#{id}?")

  RBattlenet.get(uri)
end