Module: ActiveShipping::CPPWSErrorResponse
- Included in:
- CPPWSMerchantDetailsResponse, CPPWSRateResponse, CPPWSRegisterResponse, CPPWSShippingResponse, CPPWSTrackingResponse
- Defined in:
- lib/active_shipping/carriers/canada_post_pws.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
Instance Method Summary collapse
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
818 819 820 |
# File 'lib/active_shipping/carriers/canada_post_pws.rb', line 818 def error_code @error_code end |
Instance Method Details
#handle_error(message, options) ⇒ Object
819 820 821 |
# File 'lib/active_shipping/carriers/canada_post_pws.rb', line 819 def handle_error(, ) @error_code = [:code] end |