class Faker::WorldCup
def city
-
(String)-
def city fetch('world_cup.cities') end
def group(group: 'group_A')
-
(String)-
def group(group: 'group_A') fetch("world_cup.groups.#{group}") end
def roster(country: 'Egypt', type: 'coach')
-
(String)-
def roster(country: 'Egypt', type: 'coach') fetch("world_cup.rosters.#{country}.#{type}") end
def stadium
-
(String)-
def stadium fetch('world_cup.stadiums') end
def team
-
(String)-
def team fetch('world_cup.teams') end