class CyberJyrki::Models::Reddit::Post

Overview

represents a reddit thread

Included Modules

Defined in:

cyber_jyrki/models/reddit/post.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : String #

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

[View source]
def image? #

[View source]
def is_self : Bool #

[View source]
def is_self=(is_self : Bool) #

[View source]
def permalink : String #

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

[View source]
def post_hint : String | Nil #

[View source]
def post_hint=(post_hint : String | Nil) #

[View source]
def self? #

[View source]
def selftext : String #

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

[View source]
def subreddit : String #

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

[View source]
def title : String #

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

[View source]
def url : String #

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

[View source]