Class: AwsEc2::Clean
Instance Method Summary collapse
Methods inherited from Command
alter_command_description, command_help, dispatch
Instance Method Details
#ami(query) ⇒ Object
9 10 11 |
# File 'lib/aws_ec2/clean.rb', line 9 def ami(query) Cleaner::Ami.new(.merge(query: query)).clean end |