struct Hetzner::DNS::Record

Included Modules

Defined in:

hetzner/record.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : CustomTime #

[View source]
def created=(created : CustomTime) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def modified : CustomTime #

[View source]
def modified=(modified : CustomTime) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def ttl : Int32 | Nil #

[View source]
def ttl=(ttl : Int32 | Nil) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]
def zone_id : String #

[View source]
def zone_id=(zone_id : String) #

[View source]