module Snafu

Constants

API_URL
VERSION

Public Class Methods

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