struct RedditLink

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 id : String #

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

[View source]
def num_comments : Int32 #

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

[View source]
def permalink : String #

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

[View source]
def score : Int32 #

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

[View source]
def subreddit : String #

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

[View source]
def title : String #

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

[View source]