Class: Baan::Parser::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/baan/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#districtsObject (readonly)

Returns the value of attribute districts

Returns:

  • (Object)

    the current value of districts



7
8
9
# File 'lib/baan/parser.rb', line 7

def districts
  @districts
end

#provincesObject (readonly)

Returns the value of attribute provinces

Returns:

  • (Object)

    the current value of provinces



7
8
9
# File 'lib/baan/parser.rb', line 7

def provinces
  @provinces
end

#villagesObject (readonly)

Returns the value of attribute villages

Returns:

  • (Object)

    the current value of villages



7
8
9
# File 'lib/baan/parser.rb', line 7

def villages
  @villages
end