module Oshpark

Constants

HttpError
NotFound
ServerError
Unauthorized
Unprocessable
VERSION

Public Instance Methods

client(*args) click to toggle source
# File lib/oshpark.rb, line 29
def client *args
  if args.size > 0
    @client = Client.new *args
  else
    @client ||= Client.new
  end
end