class Dnsruby::RR::CAA

Class for CAA resource records. RFC 6844

Attributes

flag[W]

The value for the flag

property_tag[RW]

The property tag for the record (issue|issuewild|iodef)

property_value[RW]

The value for the property_tag

Public Instance Methods

flag() click to toggle source
# File lib/dnsruby/resource/CAA.rb, line 41
def flag
  @flag.to_i
end