Sha256: 52be4cd44ffc0d2f13c2cfb64a9fb8d538c81cce430e05206a033b71db88911b
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
module GlipSdk VERSION = '0.0.4' 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.4 | lib/glip_sdk.rb |