Class: Wellcar::Templates::EnvDevelopmentWeb

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#exist?, #render, #write

Constructor Details

#initializeEnvDevelopmentWeb

Returns a new instance of EnvDevelopmentWeb.



8
9
10
11
# File 'lib/wellcar/templates/env_development_web.rb', line 8

def initialize
  super ".env/development/web"
  with_template "env_development_web.erb"
end

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name.



6
7
8
# File 'lib/wellcar/templates/env_development_web.rb', line 6

def app_name
  @app_name
end