Class: USPS::Response::CityAndStateLookup::Result
- Inherits:
-
Struct
- Object
- Struct
- USPS::Response::CityAndStateLookup::Result
- Defined in:
- lib/usps/response/city_and_state_lookup.rb
Overview
Result record for a city and state lookup.
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
4 5 6 |
# File 'lib/usps/response/city_and_state_lookup.rb', line 4 def city @city end |
#state ⇒ Object
Returns the value of attribute state
4 5 6 |
# File 'lib/usps/response/city_and_state_lookup.rb', line 4 def state @state end |
#zip ⇒ Object
Returns the value of attribute zip
4 5 6 |
# File 'lib/usps/response/city_and_state_lookup.rb', line 4 def zip @zip end |