Faker::Internet
Inherits Faker::Base < Reference < Object
Class methods
domain_name
Sourcedomain_suffix
Sourcedomain_word
Sourceemail(name = nil)
Sourcefree_email(name = nil)
Sourceip_v4_address
Sourceip_v6_address
Sourcemac_address(prefix = "")
Sourcepassword(min_length = 8, max_length = 16, mix_case = true, special_chars = false)
Sourcesafe_email(name = nil)
Sourceslug(words = nil, glue = nil)
Sourceunique_domain_name(max_retries = 100000)
Sourceunique_domain_suffix(max_retries = 100000)
Sourceunique_domain_word(max_retries = 100000)
Sourceunique_email(name = nil, max_retries = 100000)
Sourceunique_free_email(name = nil, max_retries = 100000)
Sourceunique_ip_v4_address(max_retries = 100000)
Sourceunique_ip_v6_address(max_retries = 100000)
Sourceunique_mac_address(prefix = "", max_retries = 100000)
Sourceunique_password(min_length = 8, max_length = 16, mix_case = true, special_chars = false, max_retries = 100000)
Sourceunique_safe_email(name = nil, max_retries = 100000)
Sourceunique_slug(words = nil, glue = nil, max_retries = 100000)
Sourceunique_url(host = domain_name, path = "/#{user_name}", max_retries = 100000)
Sourceunique_user_name(specifier = nil, separators = [".", "_"] of ::String, max_retries = 100000)
Sourceurl(host = domain_name, path = "/#{user_name}")
Sourceuser_name(specifier = nil, separators = [".", "_"] of ::String)
Source