Object
# File lib/heroku/kensa/manifest.rb, line 57 def foreman SSO_SALT=#{@sso_salt}HEROKU_USERNAME=myaddonHEROKU_PASSWORD=#{@password} end
# File lib/heroku/kensa/manifest.rb, line 20 def get_skeleton { "id": "myaddon", "api": { "config_vars": [ "MYADDON_URL" ], "regions": [ "us" ], "password": "#{@password}",#{ sso_key } "production": "https://yourapp.com/", "test": "http://localhost:#{@port}/" }} end
# File lib/heroku/kensa/manifest.rb, line 35 def post_skeleton { "id": "myaddon", "api": { "config_vars": [ "MYADDON_URL" ], "regions": [ "us" ], "password": "#{@password}",#{ sso_key } "production": { "base_url": "https://yourapp.com/heroku/resources", "sso_url": "https://yourapp.com/sso/login" }, "test": { "base_url": "http://localhost:#{@port}/heroku/resources", "sso_url": "http://localhost:#{@port}/sso/login" } }} end
# File lib/heroku/kensa/manifest.rb, line 65 def skeleton OkJson.decode skeleton_json end
Generated with the Darkfish Rdoc Generator 2.