RequestContext::OpenGraph
Inherits Struct < Value < Object
Constructors
new(site_name : String = "shards.info", title : String = "shards.info", type : String = "object", description : String = "View of all repositories on Github and Gitlab that have Crystal code in them", image : String = "https://shards.info/images/logo.png", url : String = "https://shards.info")
SourceInstance methods
description
Sourcedescription=(description : String)
Sourceimage
Sourceimage=(image : String)
Sourcesite_name
Sourcesite_name=(site_name : String)
Sourcetitle
Sourcetitle=(title : String)
Sourcetype
Sourcetype=(type : String)
Sourceurl
Sourceurl=(url : String)
Source