Class: DnsMadeEasy::Zone::RemoteRecords
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- DnsMadeEasy::Zone::RemoteRecords
- 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_set ⇒ Object
21 22 23 |
# File 'lib/dnsmadeeasy/zone/remote_records.rb', line 21 def record_set RecordSet.new(records: records) end |
#records ⇒ Object
17 18 19 |
# File 'lib/dnsmadeeasy/zone/remote_records.rb', line 17 def records provider_records.map(&:record) end |