lib/fog/dynect/models/dns/records.rb in fog-dynect-0.1.0 vs lib/fog/dynect/models/dns/records.rb in fog-dynect-0.2.0
- old
+ new
@@ -16,10 +16,11 @@
list.each do |record|
data << {
:identity => record['record_id'],
:fqdn => record['fqdn'],
:type => record['record_type'],
- :rdata => record['rdata']
+ :rdata => record['rdata'],
+ :ttl => record['ttl']
}
end
end
load(data)