Class: Demeter::Commands::Apply
- Defined in:
- lib/demeter/commands/apply.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Demeter::Commands::Base
Instance Method Details
#start ⇒ Object
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 |