Class: Wellcar::Templates::EnvProductionWeb
- Defined in:
- lib/wellcar/templates/env_production_web.rb
Instance Method Summary collapse
-
#initialize(master_key) ⇒ EnvProductionWeb
constructor
A new instance of EnvProductionWeb.
Methods inherited from Base
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 |