class Demeter::Commands::Apply
Public Instance Methods
start()
click to toggle source
# 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