class Faker::Games::WorldOfWarcraft

def class_name

Returns:
  • (String) -
def class_name
  fetch('games.world_of_warcraft.class_names')
end

def hero

Returns:
  • (String) -
def hero
  fetch('games.world_of_warcraft.heros')
end

def quote

Returns:
  • (String) -
def quote
  fetch('games.world_of_warcraft.quotes')
end

def race

Returns:
  • (String) -
def race
  fetch('games.world_of_warcraft.races')
end