module GlipSdk

Constants

VERSION

Public Class Methods

new(client, opts = {}) click to toggle source
# File lib/glip_sdk.rb, line 7
def new(client, opts = {})
  GlipSdk::REST::Client.new client, opts
end