Parent

Methods

KASPAuditor::Config::Denial

Attributes

nsec[RW]
nsec3[RW]

Public Class Methods

new(e) click to toggle source
# File ../../auditor/lib/kasp_auditor/config.rb, line 181
def initialize(e)
  if (e.elements['NSEC'])
    @nsec = Nsec.new() # e.elements['NSEC'])
  else
    @nsec3 = Nsec3.new(e.elements['NSEC3'])
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.