class Post
- Post
- Reference
- Object
Defined in:
models/post.crConstructors
Class Method Summary
Instance Method Summary
- #created_at : Time
- #etag : String | Nil
- #id : Int64
- #kudos : Int64
- #name
- #path
- #thumbnail(force : Bool = false)
- #thumbnail=(thumbnail : String | Nil)
- #type
- #updated_at : Time
- #url : String
Constructor Detail
def self.new(id : Int64, url : String, kudos : Int64, etag : Nil | String, created_at : Time, updated_at : Time, indexer : Indexer)
#