module SpreeOrderMessage

Constants

Config
VERSION

Public Instance Methods

version() click to toggle source

Returns the version of the currently loaded SpreeOrderMessage as a Gem::Version.

# File lib/spree_order_message/version.rb, line 8
def version
  Gem::Version.new VERSION
end