module SpreePostalService
Public Class Methods
version()
click to toggle source
Returns the version of the currently loaded SpreePostalService
as a Gem::Version
.
# File lib/spree_postal_service/version.rb, line 5 def self.version Gem::Version.new VERSION::STRING end