Class: Pumi::DataSource::NCDD::AdministrativeUnit
- Inherits:
-
Struct
- Object
- Struct
- Pumi::DataSource::NCDD::AdministrativeUnit
- Defined in:
- lib/pumi/data_source/ncdd.rb
Instance Attribute Summary collapse
-
#code_length ⇒ Object
Returns the value of attribute code_length.
-
#en ⇒ Object
Returns the value of attribute en.
-
#group ⇒ Object
Returns the value of attribute group.
-
#km ⇒ Object
Returns the value of attribute km.
-
#latin ⇒ Object
Returns the value of attribute latin.
-
#type ⇒ Object
Returns the value of attribute type.
-
#ungegn ⇒ Object
Returns the value of attribute ungegn.
Instance Attribute Details
#code_length ⇒ Object
Returns the value of attribute code_length
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def code_length @code_length end |
#en ⇒ Object
Returns the value of attribute en
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def en @en end |
#group ⇒ Object
Returns the value of attribute group
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def group @group end |
#km ⇒ Object
Returns the value of attribute km
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def km @km end |
#latin ⇒ Object
Returns the value of attribute latin
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def latin @latin end |
#type ⇒ Object
Returns the value of attribute type
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def type @type end |
#ungegn ⇒ Object
Returns the value of attribute ungegn
26 27 28 |
# File 'lib/pumi/data_source/ncdd.rb', line 26 def ungegn @ungegn end |