class Medium::Post::Paragraph::ParagraphMarkup

Defined in:

medium/post/paragraph.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def anchorType : Union(Int64, Nil) #

def anchorType=(_anchorType : Union(Int64, Nil)) #

def end : Int64 #

def end=(_end : Int64) #

def href : Union(String, Nil) #

def href=(_href : Union(String, Nil)) #

def rel=(_rel : Union(String, Nil)) #

def rel? : Union(String, Nil) #

def start : Int64 #

def start=(_start : Int64) #

def title : Union(String, Nil) #

def title=(_title : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def type : Int64 #

def type=(_type : Int64) #