Method: Clouddns::ZoneMigration#perform!

Defined in:
lib/clouddns/zone_migration.rb

#perform!Object



54
55
56
57
58
# File 'lib/clouddns/zone_migration.rb', line 54

def perform!
  changes.each do |change|
    change.perform! @fog_zone
  end
end