module CatAPI

Constants

VERSION

Public Class Methods

new(options={}) click to toggle source
# File lib/cat_api.rb, line 8
def new(options={})
  Client.new(options)
end