class Faker::Games::ClashOfClans

def defensive_building

Returns:
  • (String) -
def defensive_building
  fetch('games.clash_of_clans.defensive_buildings')
end

def rank

Returns:
  • (String) -
def rank
  fetch('games.clash_of_clans.ranks')
end

def troop

Returns:
  • (String) -
def troop
  fetch('games.clash_of_clans.troops')
end