Class: Wellcar::Templates::EnvProductionWeb

Inherits:
Base
  • Object
show all
Defined in:
lib/wellcar/templates/env_production_web.rb

Instance Method Summary collapse

Methods inherited from Base

#exist?, #render, #write

Constructor Details

#initialize(master_key) ⇒ EnvProductionWeb

Returns a new instance of EnvProductionWeb.



6
7
8
9
10
# File 'lib/wellcar/templates/env_production_web.rb', line 6

def initialize(master_key)
  super ".env/production/web"
  with_template "env_production_web.erb"
  with_attributes master_key: master_key 
end