class Faker::Sports::Football

def coach

Returns:
  • (String) -
def coach
  fetch('football.coaches')
end

def competition

Returns:
  • (String) -
def competition
  fetch('football.competitions')
end

def player

Returns:
  • (String) -
def player
  fetch('football.players')
end

def position

Returns:
  • (String) -
def position
  fetch('football.positions')
end

def team

Returns:
  • (String) -
def team
  fetch('football.teams')
end