Class: DnsMadeEasy::Zone::File

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

Overview

Parsed zone-file document with metadata needed for canonical output.

Instance Method Summary collapse

Instance Method Details

#recordsObject



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

def records
  record_set.records
end

#sortedObject



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

def sorted
  record_set.sorted
end