class Download

Defined in:

commands/calendar.cr

Instance Method Summary

Instance methods inherited from class Command::Base

execute execute

Class methods inherited from class Command::Base

command command, description description

Instance Method Detail

def all_days #

[View source]
def download_calendar #

[View source]
def execute #

[View source]
def month : String #

@TODO property date : String = Time.utc.strftime("%M.%Y")


[View source]
def month=(month : String) #

@TODO property date : String = Time.utc.strftime("%M.%Y")


[View source]
def parse(body : String, date : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]