class Dodyndns::DomainRecord

Included Modules

Defined in:

dodyndns/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : String #

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

[View source]
def id : Int64 #

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

[View source]
def name : String #

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

[View source]
def type : String #

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

[View source]