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