Module: Buildkit

Defined in:
lib/buildkit.rb,
lib/buildkit/error.rb,
lib/buildkit/client.rb,
lib/buildkit/version.rb,
lib/buildkit/client/agents.rb,
lib/buildkit/client/builds.rb,
lib/buildkit/client/projects.rb,
lib/buildkit/client/organizations.rb,
lib/buildkit/response/raise_error.rb

Defined Under Namespace

Modules: Response Classes: BadGateway, BadRequest, Client, ClientError, Conflict, Error, Forbidden, InternalServerError, MethodNotAllowed, MissingContentType, NotAcceptable, NotFound, NotImplemented, ServerError, ServiceUnavailable, Unauthorized, UnprocessableEntity, UnsupportedMediaType

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



5
6
7
# File 'lib/buildkit.rb', line 5

def self.new(*args)
  Client.new(*args)
end