class Devto::Post

Included Modules

Defined in:

devto/post.cr

Constructors

Instance Method Summary

Instance methods inherited from class Medup::Post

created_at : Time created_at, created_at=(created_at : Time) created_at=, ctx : Medup::Context ctx, ctx=(ctx : Medup::Context) ctx=, id : Int32 | Nil id, id=(id : Int32 | Nil) id=, raw : String raw, raw=(raw : String) raw=, slug : String slug, slug=(slug : String) slug=, to_md to_md, to_pretty_json to_pretty_json

Class methods inherited from class Medup::Post

from_json(raw : String) from_json

Constructor Detail

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

[View source]

Instance Method Detail

def body_markdown : String #

[View source]
def body_markdown=(body_markdown : String) #

[View source]
def canonical_url : String #

[View source]
def canonical_url=(canonical_url : String) #

[View source]
def cover_image : String #

[View source]
def cover_image=(cover_image : String) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def download_image(name : String, src : String) #

[View source]
def md_content(assets) : String #

[View source]
def md_cover_image(assets) #

[View source]
def md_header #

[View source]
def tag_list : String #

[View source]
def tag_list=(tag_list : String) #

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

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

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def to_md #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]