Class: Addressing::LocalityType
- Inherits:
-
Enum
- Object
- Enum
- Addressing::LocalityType
- Defined in:
- lib/addressing/locality_type.rb
Overview
Enumerates available locality types.
Constant Summary collapse
- CITY =
"city"
- DISTRICT =
"district"
- POST_TOWN =
"post_town"
- SUBURB =
"suburb"
- TOWN_CITY =
"town_city"
Class Method Summary collapse
-
.default ⇒ Object
Gets the default value.
Class Method Details
.default ⇒ Object
Gets the default value.
13 14 15 |
# File 'lib/addressing/locality_type.rb', line 13 def self.default CITY end |