Class: Dnsimple::Struct::Dnssec

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/dnssec.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#enabledBoolean

Returns True if DNSSEC is enabled on the domain, otherwise false.

Returns:

  • (Boolean)

    True if DNSSEC is enabled on the domain, otherwise false



8
9
10
# File 'lib/dnsimple/struct/dnssec.rb', line 8

def enabled
  @enabled
end