Module: DataMaker::China::Address
- Defined in:
- lib/data_maker/china/address.rb
Class Method Summary collapse
- .city ⇒ Object
- .city_prefix ⇒ Object
- .city_suffix ⇒ Object
- .full_address ⇒ Object
- .postcode ⇒ Object
- .province ⇒ Object
- .street_address ⇒ Object
- .street_name ⇒ Object
- .unit_no ⇒ Object
Class Method Details
.city ⇒ Object
11 12 |
# File 'lib/data_maker/china/address.rb', line 11 def self.city end |
.city_prefix ⇒ Object
14 15 |
# File 'lib/data_maker/china/address.rb', line 14 def self.city_prefix end |
.city_suffix ⇒ Object
17 18 |
# File 'lib/data_maker/china/address.rb', line 17 def self.city_suffix end |
.full_address ⇒ Object
29 30 |
# File 'lib/data_maker/china/address.rb', line 29 def self.full_address end |
.postcode ⇒ Object
23 24 |
# File 'lib/data_maker/china/address.rb', line 23 def self.postcode end |
.province ⇒ Object
26 27 |
# File 'lib/data_maker/china/address.rb', line 26 def self.province end |
.street_address ⇒ Object
4 5 6 |
# File 'lib/data_maker/china/address.rb', line 4 def self.street_address "lastname and street suffix" end |
.street_name ⇒ Object
8 9 |
# File 'lib/data_maker/china/address.rb', line 8 def self.street_name end |
.unit_no ⇒ Object
20 21 |
# File 'lib/data_maker/china/address.rb', line 20 def self.unit_no end |