Class: Terrafile::Installer
- Inherits:
-
Object
- Object
- Terrafile::Installer
- Defined in:
- lib/terrafile/installer.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ Installer
constructor
A new instance of Installer.
Constructor Details
#initialize ⇒ Installer
3 4 5 |
# File 'lib/terrafile/installer.rb', line 3 def initialize @dependencies = read_terrafile end |
Instance Method Details
#call ⇒ Object
7 8 9 10 |
# File 'lib/terrafile/installer.rb', line 7 def call create_modules_directory_if_needed checkout_modules end |