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
21 22 23 |
# File 'app/models/egov_utils/address.rb', line 21 def district_name @district_name end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'app/models/egov_utils/address.rb', line 21 def id @id end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'app/models/egov_utils/address.rb', line 21 def name @name end |