Class: Faker::Football

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/football.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.coachObject



12
13
14
# File 'lib/faker/football.rb', line 12

def coach
  fetch('football.coaches')
end

.competitionObject



16
17
18
# File 'lib/faker/football.rb', line 16

def competition
  fetch('football.competitions')
end

.playerObject



8
9
10
# File 'lib/faker/football.rb', line 8

def player
  fetch('football.players')
end

.teamObject



4
5
6
# File 'lib/faker/football.rb', line 4

def team
  fetch('football.teams')
end