Parent

Methods

KASPAuditor::Config::Denial::Nsec3

Attributes

hash[RW]
optout[RW]

Public Class Methods

new(e) click to toggle source
# File ../../auditor/lib/kasp_auditor/config.rb, line 192
def initialize(e)
  @optout = false
  if (e.elements['OptOut'])
    @optout = true
  end
  @hash = Hash.new(e.elements['Hash'])
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.