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