Class: WorldDb::Model::District
- Defined in:
- lib/worlddb/models/city.rb,
lib/worlddb/models/forward.rb
Instance Method Summary collapse
-
#place_kind ⇒ Object
use place_kind_of_code ??.
Methods inherited from CityBase
#all_names, create_or_update_from_attribs, create_or_update_from_values, #on_create, #on_update, parse, #synonyms, #synonyms=, #title, #title=
Methods included from TextUtils::ValueHelper
#is_state?, #match_city, #match_country, #match_metro, #match_metro_flag, #match_metro_pop, #match_state_for_country, #match_supra, #match_supra_flag
Instance Method Details
#place_kind ⇒ Object
use place_kind_of_code ??
49 50 51 |
# File 'lib/worlddb/models/city.rb', line 49 def place_kind # use place_kind_of_code ?? 'DIST' end |