class Medium::Post::Paragraph

Defined in:

medium/post/paragraph.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def alignment : Union(Int64, Nil) #

[View source]
def alignment=(_alignment : Union(Int64, Nil)) #

[View source]
def download(name : String) #

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

[View source]
def dropCapImage : Union(DropCapImage, Nil) #

[View source]
def dropCapImage=(_dropCapImage : Union(DropCapImage, Nil)) #

[View source]
def fetch_gist(id : String | Nil) #

[View source]
def hasDropCap : Union(Bool, Nil) #

[View source]
def hasDropCap=(_hasDropCap : Union(Bool, Nil)) #

[View source]
def href : Union(String, Nil) #

[View source]
def href=(_href : Union(String, Nil)) #

[View source]
def iframe : Union(Iframe, Nil) #

[View source]
def iframe=(_iframe : Union(Iframe, Nil)) #

[View source]
def layout : Union(Int64, Nil) #

[View source]
def layout=(_layout : Union(Int64, Nil)) #

[View source]
def markup #

[View source]
def markups : Union(Array(ParagraphMarkup), Nil) #

[View source]
def markups=(_markups : Union(Array(ParagraphMarkup), Nil)) #

[View source]
def metadata : Union(ParagraphMetadata, Nil) #

[View source]
def metadata=(_metadata : Union(ParagraphMetadata, Nil)) #

[View source]
def mixtapeMetadata : Union(MixtapeMetadata, Nil) #

[View source]
def mixtapeMetadata=(_mixtapeMetadata : Union(MixtapeMetadata, Nil)) #

[View source]
def name : Union(String, Nil) #

[View source]
def name=(_name : Union(String, Nil)) #

[View source]
def process_embedly_content(content : String) : String #

[View source]
def process_gist_content(content : String) : String #

[View source]
def process_twitter_content(content : String) : String #

[View source]
def process_youtube_content(content : String) : String #

[View source]
def text : String #

[View source]
def text=(_text : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def to_md(ctx : Medup::Context = ::Medup::Context.new) : Tuple(String, String, String) #

[View source]
def type : Int64 #

[View source]
def type=(_type : Int64) #

[View source]