Module: Composable::Client
- Defined in:
- lib/composable/client.rb,
lib/composable/client/base.rb,
lib/composable/client/version.rb,
lib/composable/client/callbacks.rb,
lib/composable/client/gem_version.rb,
lib/composable/client/http_verb_methods.rb
Defined Under Namespace
Modules: Callbacks, HTTPVerbMethods, VERSION Classes: Base, Error
Class Method Summary collapse
-
.gem_version ⇒ Object
Returns the currently-loaded version of Composable::Client as a
Gem::Version
. -
.version ⇒ Object
Returns the currently-loaded version of Composable::Client as a
Gem::Version
.
Class Method Details
.gem_version ⇒ Object
Returns the currently-loaded version of Composable::Client as a Gem::Version
.
6 7 8 |
# File 'lib/composable/client/gem_version.rb', line 6 def self.gem_version Gem::Version.new VERSION::STRING end |
.version ⇒ Object
Returns the currently-loaded version of Composable::Client as a Gem::Version
.
8 9 10 |
# File 'lib/composable/client/version.rb', line 8 def self.version gem_version end |