Class: Forger::Ami
Constant Summary
Constants inherited from Base
Base::BUILD_ROOT, Base::SCRIPTS_INFO_PATH
Instance Method Summary collapse
Methods inherited from Base
#derandomize, #initialize, #randomize
Constructor Details
This class inherits a constructor from Forger::Base
Instance Method Details
#run ⇒ Object
3 4 5 6 7 8 |
# File 'lib/forger/ami.rb', line 3 def run # Delegates to the Create command. # So we just have to set up the option for it. [:ami_name] = @name Create.new().run end |