Method: Resolv::DNS::Resource::CAA#critical?

Defined in:
lib/resolv.rb

#critical?Boolean

Whether the critical flag is set on this property.

Returns:

  • (Boolean)


2598
2599
2600
# File 'lib/resolv.rb', line 2598

def critical?
  flags & 0x80 != 0
end