Class: Pumi::Parser::AdministrativeDivision
- Inherits:
-
Struct
- Object
- Struct
- Pumi::Parser::AdministrativeDivision
- Defined in:
- lib/pumi/parser.rb
Instance Attribute Summary collapse
-
#data_key ⇒ Object
Returns the value of attribute data_key.
-
#id_length ⇒ Object
Returns the value of attribute id_length.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_divisions ⇒ Object
Returns the value of attribute parent_divisions.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data_key ⇒ Object
Returns the value of attribute data_key
8 9 10 |
# File 'lib/pumi/parser.rb', line 8 def data_key @data_key end |
#id_length ⇒ Object
Returns the value of attribute id_length
8 9 10 |
# File 'lib/pumi/parser.rb', line 8 def id_length @id_length end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/pumi/parser.rb', line 8 def name @name end |
#parent_divisions ⇒ Object
Returns the value of attribute parent_divisions
8 9 10 |
# File 'lib/pumi/parser.rb', line 8 def parent_divisions @parent_divisions end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/pumi/parser.rb', line 8 def type @type end |