class AwsEc2::Ami
Public Instance Methods
run()
click to toggle source
# File lib/aws_ec2/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