Class: SEPOMEX_Acrogenesis::ZipCode
- Inherits:
-
Struct
- Object
- Struct
- SEPOMEX_Acrogenesis::ZipCode
- Defined in:
- lib/sepomex_acrogenesis/structs/zip_code.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#municipality ⇒ Object
Returns the value of attribute municipality.
-
#settlement ⇒ Object
Returns the value of attribute settlement.
-
#settlement_type ⇒ Object
Returns the value of attribute settlement_type.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def city @city end |
#country ⇒ Object
Returns the value of attribute country
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def country @country end |
#municipality ⇒ Object
Returns the value of attribute municipality
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def municipality @municipality end |
#settlement ⇒ Object
Returns the value of attribute settlement
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def settlement @settlement end |
#settlement_type ⇒ Object
Returns the value of attribute settlement_type
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def settlement_type @settlement_type end |
#state ⇒ Object
Returns the value of attribute state
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def state @state end |
#zip_code ⇒ Object
Returns the value of attribute zip_code
2 3 4 |
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2 def zip_code @zip_code end |