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