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