Class: AwsClean::CLI

Inherits:
Command
  • Object
show all
Defined in:
lib/aws_clean/cli.rb

Instance Method Summary collapse

Methods inherited from Command

dispatch

Instance Method Details

#keypairObject



14
15
16
# File 'lib/aws_clean/cli.rb', line 14

def keypair
  Keypair.new(options).clean
end

#sgObject



8
9
10
# File 'lib/aws_clean/cli.rb', line 8

def sg
  SecurityGroup.new(options).clean
end