struct OpenGraph
- OpenGraph
- Struct
- Value
- Object
Defined in:
config.crConstructors
Instance Method Summary
- #description : String
- #description=(description : String)
- #image : String
- #image=(image : String)
- #site_name : String
- #site_name=(site_name : String)
- #title : String
- #title=(title : String)
- #type : String
- #type=(type : String)
- #url : String
- #url=(url : String)
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")
#