class RedditComment

Included Modules

Defined in:

invidious/comments.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(tuple) #

Instance Method Detail

def author : String #

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

[View source]
def body_html : String #

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

[View source]
def created_utc : Time #

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

[View source]
def depth : Int32 #

[View source]
def depth=(depth : Int32) #

[View source]
def permalink : String #

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

[View source]
def replies : RedditThing | String #

[View source]
def replies=(replies : RedditThing | String) #

[View source]
def score : Int32 #

[View source]
def score=(score : Int32) #

[View source]