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, message, params = {}, options = {})
  handle_error(message, options)
  super
  @token_id = options[:token_id]
end