class Medium::PostContent

Defined in:

medium/post.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def bodyModel : PostBodyModel #

def bodyModel=(_bodyModel : PostBodyModel) #

def metaDescription : Union(String, Nil) #

def metaDescription=(_metaDescription : Union(String, Nil)) #

def subtitle : Union(String, Nil) #

def subtitle=(_subtitle : Union(String, Nil)) #

def to_json(json : JSON::Builder) #