Faker::Address
Inherits Faker::Base < Reference < Object
Class methods
building_number
Sourcecity
Sourcecity_prefix
Sourcecity_suffix
Sourcecountry
Sourcecountry_code
Sourcelatitude
Sourcelongitude
Sourcepostcode
Sourcesecondary_address
Sourcestate
Sourcestate_abbr
Sourcestreet_address
Sourcestreet_name
Sourcestreet_suffix
Sourcetime_zone
Sourceunique_building_number(max_retries = 100000)
Sourceunique_city(max_retries = 100000)
Sourceunique_city_prefix(max_retries = 100000)
unique_city_suffix(max_retries = 100000)
unique_country(max_retries = 100000)
unique_country_code(max_retries = 100000)
unique_latitude(max_retries = 100000)
Sourceunique_longitude(max_retries = 100000)
Sourceunique_postcode(max_retries = 100000)
Sourceunique_state(max_retries = 100000)
unique_state_abbr(max_retries = 100000)
unique_street_address(max_retries = 100000)
Sourceunique_street_name(max_retries = 100000)
Sourceunique_street_suffix(max_retries = 100000)
unique_time_zone(max_retries = 100000)
Sourceunique_zip_code(max_retries = 100000)
Sourcezip_code
Source