Class: Clouddns::ZoneMigration::Change::None
- Inherits:
-
Struct
- Object
- Struct
- Clouddns::ZoneMigration::Change::None
- Defined in:
- lib/clouddns/zone_migration.rb
Instance Attribute Summary collapse
-
#record ⇒ Object
Returns the value of attribute record.
Instance Method Summary collapse
Instance Attribute Details
#record ⇒ Object
Returns the value of attribute record
4 5 6 |
# File 'lib/clouddns/zone_migration.rb', line 4 def record @record end |
Instance Method Details
#perform!(fog_zone) ⇒ Object
5 6 |
# File 'lib/clouddns/zone_migration.rb', line 5 def perform! fog_zone end |
#print_prefix ⇒ Object
7 |
# File 'lib/clouddns/zone_migration.rb', line 7 def print_prefix; ' '; end |
#to_s(length = 30) ⇒ Object
8 9 10 |
# File 'lib/clouddns/zone_migration.rb', line 8 def to_s length=30 Utils::format_record record, :prefix => print_prefix, :namelength => length end |