module Tapbot

Constants

VERSION

Public Class Methods

client(options={}) click to toggle source
# File lib/tapbot.rb, line 13
def self.client(options={})
  Tapbot::Client.new(options)
end