Method: ActiveShipping::CPPWSRegisterResponse#initialize
- Defined in:
- lib/active_shipping/carriers/canada_post_pws.rb
#initialize(success, message, params = {}, options = {}) ⇒ CPPWSRegisterResponse
Returns a new instance of CPPWSRegisterResponse.
879 880 881 882 883 |
# File 'lib/active_shipping/carriers/canada_post_pws.rb', line 879 def initialize(success, , params = {}, = {}) handle_error(, ) super @token_id = [:token_id] end |