class Medium::Post

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def canonicalUrl : String #

def canonicalUrl=(_canonicalUrl : String) #

def content : PostContent #

def content=(_content : PostContent) #

def created_at #

[View source]
def createdAt : Int64 #

def createdAt=(_createdAt : Int64) #

def ctx : Medup::Context #

[View source]
def ctx=(ctx : Medup::Context) #

[View source]
def format(ext) #

[View source]
def mediumUrl : String #

def mediumUrl=(_mediumUrl : String) #

def seo_description #

[View source]
def slug : String #

def slug=(_slug : String) #

def subtitle #

[View source]
def tags : Array(String) #

[View source]
def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def to_md #

[View source]
def to_pretty_json #

[View source]
def updatedAt : Int64 #

def updatedAt=(_updatedAt : Int64) #

def user : Medium::User | Nil #

[View source]
def user=(user : Medium::User | Nil) #

[View source]
def virtuals : PostVirtuals #

def virtuals=(_virtuals : PostVirtuals) #

def webCanonicalUrl : String #

def webCanonicalUrl=(_webCanonicalUrl : String) #