class Faker::Games::HeroesOfTheStorm
Public Class Methods
Source
# File lib/faker/games/heroes_of_the_storm.rb, line 16 def battleground fetch('heroes_of_the_storm.battlegrounds') end
Produces a battleground from Heroes
of the Storm.
@return [String]
@example
Faker::Games::HeroesOfTheStorm.battleground #=> "Towers of Doom"
@faker.version 1.9.2
Source
# File lib/faker/games/heroes_of_the_storm.rb, line 29 def class_name fetch('heroes_of_the_storm.class_names') end
Produces a class name from Heroes
of the Storm.
@return [String]
@example
Faker::Games::HeroesOfTheStorm.class_name #=> "Support"
@faker.version 2.13.0
Source
# File lib/faker/games/heroes_of_the_storm.rb, line 42 def hero fetch('heroes_of_the_storm.heroes') end
Produces a hero from Heroes
of the Storm.
@return [String]
@example
Faker::Games::HeroesOfTheStorm.hero #=> "Illidan"
@faker.version 1.9.2