struct Markdown::Event

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : Nil | String, description : Nil | String, start_at : Time | Nil, end_at : Time | Nil) #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def end_at : Time | Nil #

[View source]
def end_at=(end_at : Time | Nil) #

[View source]
def start_at : Time | Nil #

[View source]
def start_at=(start_at : Time | Nil) #

[View source]
def title : String | Nil #

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

[View source]