class RemindMeBot::Reminder

Included Modules

Defined in:

remind_me_bot.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rs : DB::ResultSet) #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def created_at : Time #

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

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def status_uri : String #

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

[View source]
def time : Time #

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

[View source]
def username : String #

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

[View source]