Class: Komonzu::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/komonzu/client.rb

Overview

A Ruby class to call the Komonzu REST API.

Class Method Summary collapse

Class Method Details

.gem_version_stringObject



11
12
13
# File 'lib/komonzu/client.rb', line 11

def self.gem_version_string
  "komonzu-gem/#{version}"
end

.versionObject



7
8
9
# File 'lib/komonzu/client.rb', line 7

def self.version
  Komonzu::VERSION
end