Class: Clouddns::ZoneMigration::Change::Remove
- Defined in:
- lib/clouddns/zone_migration.rb
Instance Attribute Summary
Attributes inherited from None
Instance Method Summary collapse
Methods inherited from None
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 |
#print_prefix ⇒ Object
22 |
# File 'lib/clouddns/zone_migration.rb', line 22 def print_prefix; '-'; end |