Class: LOLFaker::Role

Inherits:
Object
  • Object
show all
Defined in:
lib/lolfaker/role.rb

Class Method Summary collapse

Class Method Details

.positionObject



8
9
10
# File 'lib/lolfaker/role.rb', line 8

def self.position
  ['Top','Support','Mid','ADC','Jungle'].sample
end

.typeObject



4
5
6
# File 'lib/lolfaker/role.rb', line 4

def self.type
  ['Assassin', 'Fighter', 'Mage', 'Support', 'Tank', 'Marksman'].sample
end