class Website::News
- Website::News
- Reference
- Object
Included Modules
- Marten::Template::Object::Auto
Defined in:
website/models/news.crConstructors
Class Method Summary
Instance Method Summary
- #author_github : String
- #author_name : String
- #description : String
- #formatted_publication_date
- #html
- #publication_date
- #slug : String
- #title : String
Constructor Detail
def self.new(slug : String, title : String, description : String, author_name : String, author_github : String, content : String)
#