# File lib/heroku/client.rb, line 33 def initialize(user, password, host='heroku.com') @user = user @password = password @host = host end