Class: EgovUtils::Address::Town

Inherits:
Struct
  • Object
show all
Defined in:
app/models/egov_utils/address.rb

Instance Attribute Summary collapse

Instance Attribute Details

#district_nameObject

Returns the value of attribute district_name

Returns:

  • (Object)

    the current value of district_name



21
22
23
# File 'app/models/egov_utils/address.rb', line 21

def district_name
  @district_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'app/models/egov_utils/address.rb', line 21

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'app/models/egov_utils/address.rb', line 21

def name
  @name
end