class Battlenet::WOW::Boss
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
Battlenet::APIResponse::new
# File lib/battlenet/modules/wow/boss.rb, line 5 def initialize(options={}) @endpoint = "/boss" super(options) end
Public Instance Methods
details(id, options = {})
click to toggle source
# File lib/battlenet/modules/wow/boss.rb, line 14 def details(id, options = {}) get_data("#{@endpoint}/#{id}", options) end
master_list(options = {})
click to toggle source
# File lib/battlenet/modules/wow/boss.rb, line 10 def master_list(options = {}) get_data("#{@endpoint}", options) end