Sha256: bb4dcf24979ae021027d9d0b897541f829c60024c9284236be80f035003689a0
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
# Namespace for the abstract classes that define common interface for all # shipping providers. module SimpleShipping::Abstract extend ActiveSupport::Autoload autoload :Response autoload :Model autoload :Builder autoload :Client autoload :Request end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_shipping-0.4.7 | lib/simple_shipping/abstract.rb |
simple_shipping-0.4.6 | lib/simple_shipping/abstract.rb |