class Pdns::Metadata

Overview

Represents zone metadata

Included Modules

Defined in:

pdns/metadata.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def kind : String #

Name of the metadata


[View source]
def metadata : Array(String) #

Array with all values for this metadata kind.


[View source]