class Medup::Post

Direct Known Subclasses

Defined in:

medup/post.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(raw : String) #

Instance Method Detail

def created_at : Time #

def created_at=(created_at : Time) #

def ctx : Medup::Context #

def ctx=(ctx : Medup::Context) #

def filename #

def id : Int32 | Nil #

def id=(id : Int32 | Nil) #

def raw : String #

def raw=(raw : String) #

def slug : String #

def slug=(slug : String) #

def to_md #

def to_pretty_json #