Class: Wellcar::Templates::EnvDevelopmentWeb
- Defined in:
- lib/wellcar/templates/env_development_web.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
Instance Method Summary collapse
-
#initialize ⇒ EnvDevelopmentWeb
constructor
A new instance of EnvDevelopmentWeb.
Methods inherited from Base
Constructor Details
#initialize ⇒ EnvDevelopmentWeb
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_name ⇒ Object
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 |