Class: Lono::Template::Strategy::Source

Inherits:
Base show all
Defined in:
lib/lono/template/strategy/source.rb

Overview

url or path

Instance Method Summary collapse

Methods inherited from AbstractBase

#initialize, #reinitialize, #template_path

Methods included from Blueprint::Root

#find_blueprint_root, #set_blueprint_root

Constructor Details

This class inherits a constructor from Lono::AbstractBase

Instance Method Details

#runObject



4
5
6
# File 'lib/lono/template/strategy/source.rb', line 4

def run
  Lono::Cfn::Download.new(@options).run
end