Module: Apifreaks::Types::DomainDNSReverseRequestType

Extended by:
Internal::Types::Enum
Defined in:
lib/apifreaks/types/domain_dns_reverse_request_type.rb

Constant Summary collapse

A =
"A"
AAAA =
"AAAA"
MX =
"MX"
NS =
"NS"
SOA =
"SOA"
SPF =
"SPF"
TXT =
"TXT"
CNAME =
"CNAME"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load