Module: Heroku::Client

Defined in:
lib/heroku-client.rb,
lib/heroku-client/api.rb,
lib/heroku-client/http.rb,
lib/heroku-client/version.rb,
lib/heroku-client/heroku_obj.rb

Defined Under Namespace

Modules: Http Classes: Api, ForbiddenError, HerokuObj, LockedError, NotFoundError, PaymentRequiredError, PreConditionFailedError, UnauthorizedError, UnknownError, UnprocessableEntityError

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.create(apikey) ⇒ Object



11
12
13
# File 'lib/heroku-client.rb', line 11

def self.create(apikey)
  Api.new(apikey)
end