class CyberJyrki::Models::Reddit::Post
- CyberJyrki::Models::Reddit::Post
- Reference
- Object
Overview
represents a reddit thread
Included Modules
- JSON::Serializable
Defined in:
cyber_jyrki/models/reddit/post.crConstructors
Instance Method Summary
- #author : String
- #author=(author : String)
- #image?
- #is_self : Bool
- #is_self=(is_self : Bool)
- #permalink : String
- #permalink=(permalink : String)
- #post_hint : String | Nil
- #post_hint=(post_hint : String | Nil)
- #self?
- #selftext : String
- #selftext=(selftext : String)
- #subreddit : String
- #subreddit=(subreddit : String)
- #title : String
- #title=(title : String)
- #url : String
- #url=(url : String)