Sha256: e95a2a225e5e136fc5b736c5b4f9250585310cf7b8517af5c41c922743fba43d
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
module GlipSdk VERSION = '0.0.5'.freeze autoload :REST, 'glip_sdk/rest' class << self def new(client, opts = {}) GlipSdk::REST::Client.new client, opts end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glip_sdk-0.0.5 | lib/glip_sdk.rb |