Module: Buildkit

Defined in:
lib/buildkit.rb,
lib/buildkit/error.rb,
lib/buildkit/client.rb,
lib/buildkit/version.rb,
lib/buildkit/client/jobs.rb,
lib/buildkit/client/agents.rb,
lib/buildkit/client/builds.rb,
lib/buildkit/client/artifacts.rb,
lib/buildkit/client/pipelines.rb,
lib/buildkit/header_link_parser.rb,
lib/buildkit/client/organizations.rb,
lib/buildkit/response/raise_error.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'1.5.0'

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



8
9
10
# File 'lib/buildkit.rb', line 8

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