Module: Spree::Shipstation
- Defined in:
- lib/spree/shipstation/engine.rb,
lib/spree/shipstation/errors.rb,
lib/spree/shipstation/version.rb,
lib/spree/shipstation/shipment_notice.rb,
app/helpers/spree/shipstation/export_helper.rb,
app/presenters/spree/shipstation/export/weight.rb,
app/presenters/spree/shipstation/export/item_presenter.rb,
app/presenters/spree/shipstation/export/order_presenter.rb
Defined Under Namespace
Modules: Export, ExportHelper Classes: Engine, Error, MissingTrackingNumberError, PaymentError, ShipmentNotFoundError, ShipmentNotice
Constant Summary collapse
- VERSION =
Major version tracks Spree's major version: 5.x supports Spree 5.x.
"5.0.0"
Class Method Summary collapse
Class Method Details
.version ⇒ Object
8 9 10 |
# File 'lib/spree/shipstation/version.rb', line 8 def self.version Gem::Version.new(VERSION) end |