class PetroleumAdministrationForDefenseDistrict
Constants
- TABLE_STRUCTURE
Public Instance Methods
name()
click to toggle source
# File lib/earth/locality/petroleum_administration_for_defense_district.rb, line 22 def name str = "PAD District #{district_code} (#{district_name})" str << " Subdistrict #{district_code}#{subdistrict_code} (#{subdistrict_name})" if subdistrict_code str end