Method: FFaker::AddressAU#suburb
- Defined in:
- lib/ffaker/address_au.rb
#suburb(st_abbr = nil, p_code = nil) ⇒ Object
103 104 105 106 107 |
# File 'lib/ffaker/address_au.rb', line 103 def suburb(st_abbr = nil, p_code = nil) st_abbr ||= state_abbr p_code ||= postcode(st_abbr) SUBURB[st_abbr][p_code] end |