Method: ActiveShipping::CPPWSRegisterResponse#initialize
- Defined in:
- lib/active_shipping/carriers/canada_post_pws.rb
#initialize(success, message, params = {}, options = {}) ⇒ CPPWSRegisterResponse
861 862 863 864 865 |
# File 'lib/active_shipping/carriers/canada_post_pws.rb', line 861 def initialize(success, , params = {}, = {}) handle_error(, ) super @token_id = [:token_id] end |