# File lib/heroku/client.rb, line 203
    def initialize(id, app, client)
      @id = id; @app = app; @client = client
    end