class Forger::Ami

Public Instance Methods

run() click to toggle source
# 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.
  @options[:ami_name] = @name
  Create.new(@options).run
end