class Faker::Locations::Australia

def animal

Returns:
  • (String) -
def animal
  fetch('locations.australia.animals')
end

def location

Returns:
  • (String) -
def location
  fetch('locations.australia.locations')
end

def state

Returns:
  • (String) -
def state
  fetch('locations.australia.states')
end