struct OpenGraph

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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") #

[View source]

Instance Method Detail

def description : String #

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

[View source]
def image : String #

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

[View source]
def site_name : String #

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

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]
def url : String #

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

[View source]