Class: VShipping::Setup
- Inherits:
-
Object
- Object
- VShipping::Setup
- Includes:
- Configuration
- Defined in:
- lib/v_shipping/setup.rb
Class Method Summary collapse
Methods included from Configuration
Class Method Details
.ahamove ⇒ Object
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 |