struct Cryflare::DnsRecord

Included Modules

Defined in:

cryflare/dns_record.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def content : String | Nil #

[View source]
def created_on : Time | Nil #

[View source]
def data : JSON::Any | Nil #

[View source]
def id : String #

[View source]
def locked? : Bool | Nil #

[View source]
def meta : Meta | Nil #

[View source]
def modified_on : Time | Nil #

[View source]
def name : String | Nil #

[View source]
def priority : Int32 | Nil #

[View source]
def proxiable? : Bool | Nil #

[View source]
def proxied? : Bool | Nil #

[View source]
def ttl : Int32 | Nil #

[View source]
def type : Type | Nil #

[View source]
def zone_id : String | Nil #

[View source]
def zone_name : String | Nil #

[View source]