Module: VShipping
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/v_shipping.rb,
lib/v_shipping/setup.rb,
lib/v_shipping/ahamove.rb,
lib/v_shipping/configuration.rb
Defined Under Namespace
Modules: ClassMethods, Configuration
Classes: Ahamove, Setup
Class Method Summary
collapse
Class Method Details
18
19
20
|
# File 'lib/v_shipping.rb', line 18
def configure(&block)
VShipping::Setup.configure(&block)
end
|
.included(base) ⇒ Object
23
24
25
|
# File 'lib/v_shipping.rb', line 23
def self.included(base)
base.extend(ClassMethods)
end
|