Class: Jets::Cfn::Bootstrap
- Inherits:
-
Object
- Object
- Jets::Cfn::Bootstrap
- Defined in:
- lib/jets/cfn/bootstrap.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Bootstrap
constructor
A new instance of Bootstrap.
- #run ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Bootstrap
Returns a new instance of Bootstrap.
3 4 5 |
# File 'lib/jets/cfn/bootstrap.rb', line 3 def initialize( = {}) @options = .merge(bootstrap: true) end |