class RedditComment
- RedditComment
 - Reference
 - Object
 
Included Modules
Defined in:
invidious/comments.crConstructors
Instance Method Summary
- #author : String
 - #author=(author : String)
 - #body_html : String
 - #body_html=(body_html : String)
 - #created_utc : Time
 - #created_utc=(created_utc : Time)
 - #depth : Int32
 - #depth=(depth : Int32)
 - #permalink : String
 - #permalink=(permalink : String)
 - #replies : RedditThing | String
 - #replies=(replies : RedditThing | String)
 - #score : Int32
 - #score=(score : Int32)