Class: Demeter::Commands::Apply

Inherits:
Base
  • Object
show all
Defined in:
lib/demeter/commands/apply.rb

Instance Method Summary collapse

Methods inherited from Base

#check_path, #initialize

Constructor Details

This class inherits a constructor from Demeter::Commands::Base

Instance Method Details

#startObject



9
10
11
12
# File 'lib/demeter/commands/apply.rb', line 9

def start
  sgs_manager = Demeter::Aws::ManageSecurityGroups.new(ec2:@ec2, options:@options)
  diff = sgs_manager.apply
end