Class: Pumi::AdministrativeUnit
- Inherits:
-
Struct
- Object
- Struct
- Pumi::AdministrativeUnit
- Defined in:
- lib/pumi/administrative_unit.rb
Instance Attribute Summary collapse
-
#name_en ⇒ Object
Returns the value of attribute name_en.
-
#name_km ⇒ Object
Returns the value of attribute name_km.
-
#name_latin ⇒ Object
Returns the value of attribute name_latin.
-
#name_ungegn ⇒ Object
Returns the value of attribute name_ungegn.
Instance Attribute Details
#name_en ⇒ Object
Returns the value of attribute name_en
2 3 4 |
# File 'lib/pumi/administrative_unit.rb', line 2 def name_en @name_en end |
#name_km ⇒ Object
Returns the value of attribute name_km
2 3 4 |
# File 'lib/pumi/administrative_unit.rb', line 2 def name_km @name_km end |
#name_latin ⇒ Object
Returns the value of attribute name_latin
2 3 4 |
# File 'lib/pumi/administrative_unit.rb', line 2 def name_latin @name_latin end |
#name_ungegn ⇒ Object
Returns the value of attribute name_ungegn
2 3 4 |
# File 'lib/pumi/administrative_unit.rb', line 2 def name_ungegn @name_ungegn end |