Class: EgovUtils::Address::Town
- Inherits:
-
Struct
- Object
- Struct
- EgovUtils::Address::Town
- Defined in:
- app/models/egov_utils/address.rb
Instance Attribute Summary collapse
-
#district_name ⇒ Object
Returns the value of attribute district_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#district_name ⇒ Object
Returns the value of attribute district_name
25 26 27 |
# File 'app/models/egov_utils/address.rb', line 25 def district_name @district_name end |
#id ⇒ Object
Returns the value of attribute id
25 26 27 |
# File 'app/models/egov_utils/address.rb', line 25 def id @id end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'app/models/egov_utils/address.rb', line 25 def name @name end |