module Sqwiggle

Constants

VERSION

Attributes

token[RW]

Public Class Methods

client(t=nil) click to toggle source
# File lib/sqwiggle-ruby.rb, line 32
def client(t=nil)
  Api::Client.new (t || Sqwiggle.token)
end