Class: CIJoePassenger::Install
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- CIJoePassenger::Install
- Includes:
- Thor::Actions
- Defined in:
- lib/cijoe_passenger/install.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
9 10 11 12 13 |
# File 'lib/cijoe_passenger/install.rb', line 9 def install @cijoe_url = cijoe_url @app_path = Dir.pwd directory 'templates', @app_path end |