Module: WashoutBuilder

Defined in:
lib/washout_builder/version.rb,
lib/washout_builder/soap.rb,
lib/washout_builder/type.rb,
lib/washout_builder/param.rb,
lib/washout_builder/engine.rb,
lib/washout_builder/document/generator.rb,
lib/washout_builder/document/complex_type.rb,
lib/washout_builder/document/exception_model.rb,
lib/washout_builder/document/shared_complex_type.rb,
app/controllers/washout_builder/washout_builder_controller.rb

Overview

Returns the version of the currently loaded gem as a Gem::Version

Defined Under Namespace

Modules: Document, Param, SOAP, VERSION Classes: Engine, Type, WashoutBuilderController

Class Method Summary collapse

Class Method Details

.gem_versionObject

Returns the version of the currently loaded gem as a Gem::Version



4
5
6
# File 'lib/washout_builder/version.rb', line 4

def self.gem_version
  Gem::Version.new VERSION::STRING
end