class Medium::Post

Defined in:

medium/post.cr
medium/post/paragraph.cr
medium/post/tag.cr

Instance Method Summary

Instance Method Detail

def format(ext) #

def seo_description #

def subtitle #

def tags #

Comma seprated list of tags


def to_md #

def to_pretty_json #

def url : String #

def url=(url : String) #

def user : Medium::User | Nil #

def user=(user : Medium::User | Nil) #