Class: DnsMadeEasy::Zone::File
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- DnsMadeEasy::Zone::File
- 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
#records ⇒ Object
17 18 19 |
# File 'lib/dnsmadeeasy/zone/file.rb', line 17 def records record_set.records end |
#sorted ⇒ Object
21 22 23 |
# File 'lib/dnsmadeeasy/zone/file.rb', line 21 def sorted record_set.sorted end |