class Comment

Included Modules

Defined in:

cr-poc-ipfs-pubsub-comments.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comment : String #

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

[View source]
def name : String #

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

[View source]
def time : String #

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

[View source]
def update_time #

[View source]