class Faker::Address

def secondary_address

Returns:
  • (String) -
def secondary_address
  bothify(fetch('address.secondary_address'))
end