Class: Clouddns::ZoneMigration::Change::Remove

Inherits:
None
  • Object
show all
Defined in:
lib/clouddns/zone_migration.rb

Instance Attribute Summary

Attributes inherited from None

#record

Instance Method Summary collapse

Methods inherited from None

#to_s

Instance Method Details

#perform!(fog_zone) ⇒ Object



19
20
21
# File 'lib/clouddns/zone_migration.rb', line 19

def perform! fog_zone
  record.destroy
end


22
# File 'lib/clouddns/zone_migration.rb', line 22

def print_prefix; '-'; end