class Faker::Esport
def event
-
(String)
-
def event fetch('esport.events') end
def game
-
(String)
-
def game fetch('esport.games') end
def league
-
(String)
-
def league fetch('esport.leagues') end
def player
-
(String)
-
def player fetch('esport.players') end
def team
-
(String)
-
def team fetch('esport.teams') end