Class: Pumi::Parser::AdministrativeDivision

Inherits:
Struct
  • Object
show all
Defined in:
lib/pumi/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_keyObject

Returns the value of attribute data_key

Returns:

  • (Object)

    the current value of data_key



8
9
10
# File 'lib/pumi/parser.rb', line 8

def data_key
  @data_key
end

#id_lengthObject

Returns the value of attribute id_length

Returns:

  • (Object)

    the current value of id_length



8
9
10
# File 'lib/pumi/parser.rb', line 8

def id_length
  @id_length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/pumi/parser.rb', line 8

def name
  @name
end

#parent_divisionsObject

Returns the value of attribute parent_divisions

Returns:

  • (Object)

    the current value of parent_divisions



8
9
10
# File 'lib/pumi/parser.rb', line 8

def parent_divisions
  @parent_divisions
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/pumi/parser.rb', line 8

def type
  @type
end