Class: Clouddns::ZoneMigration::Change::Create
- 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
13 14 15 |
# File 'lib/clouddns/zone_migration.rb', line 13 def perform! fog_zone fog_zone.records.create(:type => record.type, :name => record.name, :value => record.value, :ttl => record.ttl) end |
#print_prefix ⇒ Object
16 |
# File 'lib/clouddns/zone_migration.rb', line 16 def print_prefix; '+'; end |