class Markdown::Page::Base

Direct Known Subclasses

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : Nil | String, tags : Array(String)) #

[View source]

Instance Method Detail

def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]
def title : String | Nil #

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

[View source]