Class: PurolatorRuby::ValidateCityPostalCodeZipResponse
- Inherits:
-
PurolatorResponse
- Object
- PurolatorResponse
- PurolatorRuby::ValidateCityPostalCodeZipResponse
- Defined in:
- lib/purolator_ruby/validate_city_postal_code_zip_response.rb
Instance Attribute Summary
Attributes inherited from PurolatorResponse
Instance Method Summary collapse
Methods inherited from PurolatorResponse
Constructor Details
This class inherits a constructor from PurolatorRuby::PurolatorResponse
Instance Method Details
#response_key ⇒ Object
4 5 6 |
# File 'lib/purolator_ruby/validate_city_postal_code_zip_response.rb', line 4 def response_key :validate_city_postal_code_zip_response end |
#valid? ⇒ Boolean
8 9 10 |
# File 'lib/purolator_ruby/validate_city_postal_code_zip_response.rb', line 8 def valid? !errors end |