included
8 9 10 11 12 13 14
# File 'lib/v_shipping/setup.rb', line 8 def ahamove puts "Ahamove status: #{status}" return unless ahamove_api_key VShipping::Ahamove.new(ahamove_api_key, ahamove_config_path) end