Class: VShipping::Setup

Inherits:
Object
  • Object
show all
Includes:
Configuration
Defined in:
lib/v_shipping/setup.rb

Class Method Summary collapse

Methods included from Configuration

included

Class Method Details

.ahamoveObject



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