Class: Faker::Football

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.coachObject



14
15
16
# File 'lib/faker/default/football.rb', line 14

def coach
  fetch('football.coaches')
end

.competitionObject



18
19
20
# File 'lib/faker/default/football.rb', line 18

def competition
  fetch('football.competitions')
end

.playerObject



10
11
12
# File 'lib/faker/default/football.rb', line 10

def player
  fetch('football.players')
end

.positionObject



22
23
24
# File 'lib/faker/default/football.rb', line 22

def position
  fetch('football.positions')
end

.teamObject



6
7
8
# File 'lib/faker/default/football.rb', line 6

def team
  fetch('football.teams')
end