struct OrganisedExchange::Event

Defined in:

organised_exchange/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time : Time) #

[View source]

Instance Method Detail

def date_of_next(day) #

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

[View source]
def end_time=(end_time : Time) #

[View source]
def get_next_day(day_of_week : Time::DayOfWeek | Nil) #

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

[View source]
def past? #

[View source]
def recurrency=(recurrency : Hash(String, String) | Nil) #

[View source]
def repeated? #

[View source]
def repeated_on #

[View source]
def repeated_until #

[View source]
def scheduled #

[View source]
def scheduled? #

[View source]
def start_time : Time #

[View source]
def start_time=(start_time : Time) #

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

[View source]
def to_org #

[View source]
def valid? #

an event is valid if has a title and is scheduled in the future


[View source]