Module: PopulateEnv::Heroku

Defined in:
lib/populate_env/heroku.rb,
lib/populate_env/heroku/options.rb,
lib/populate_env/heroku/manifest.rb,
lib/populate_env/heroku/compilation.rb,
lib/populate_env/heroku/remote_config.rb,
lib/populate_env/heroku/attribute_compilation.rb

Defined Under Namespace

Classes: AttributeCompilation, Compilation, Manifest, Options, RemoteConfig

Class Method Summary collapse

Class Method Details

.call(options) ⇒ Object



5
6
7
# File 'lib/populate_env/heroku.rb', line 5

def call(options)
  Compilation.new(options).perform
end