Class: DnsMadeEasy::Zone::RemoteRecords

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/dnsmadeeasy/zone/remote_records.rb

Overview

Provider records plus non-fatal warnings from remote conversion.

Instance Method Summary collapse

Instance Method Details

#record_setObject



21
22
23
# File 'lib/dnsmadeeasy/zone/remote_records.rb', line 21

def record_set
  RecordSet.new(records: records)
end

#recordsObject



17
18
19
# File 'lib/dnsmadeeasy/zone/remote_records.rb', line 17

def records
  provider_records.map(&:record)
end