class Faker::Sports::Volleyball
def coach
-
(String)
-
def coach fetch('volleyball.coach') end
def formation
-
(String)
-
def formation fetch('volleyball.formation') end
def player
-
(String)
-
def player fetch('volleyball.player') end
def position
-
(String)
-
def position fetch('volleyball.position') end
def team
-
(String)
-
def team fetch('volleyball.team') end