class Faker::Sports::Football
def coach
-
(String)
-
def coach fetch('football.coaches') end
def competition
-
(String)
-
def competition fetch('football.competitions') end
def player
-
(String)
-
def player fetch('football.players') end
def position
-
(String)
-
def position fetch('football.positions') end
def team
-
(String)
-
def team fetch('football.teams') end