Module: SpreePostalService
- Defined in:
- lib/spree_postal_service/engine.rb,
lib/spree_postal_service/version.rb
Defined Under Namespace
Modules: VERSION Classes: Engine
Class Method Summary collapse
-
.version ⇒ Object
Returns the version of the currently loaded SpreePostalService as a
Gem::Version.
Class Method Details
.version ⇒ Object
Returns the version of the currently loaded SpreePostalService as a Gem::Version
4 5 6 |
# File 'lib/spree_postal_service/version.rb', line 4 def self.version Gem::Version.new VERSION::STRING end |