class Pdns::Comment

Overview

A comment about an RRSet.

Included Modules

Defined in:

pdns/comment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(*, content, account, modified_at = Time.utc) #

[View source]

Instance Method Detail

def account : String #

Name of an account that added the comment


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

Name of an account that added the comment


[View source]
def content : String #

The actual comment


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

The actual comment


[View source]
def modified_at : Time #

[View source]
def modified_at=(modified_at : Time) #

[View source]