struct DTO::TimeSlot

Defined in:

common/dto/time_slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_at : Time, end_at : Time) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(start_at _start_at = @start_at, end_at _end_at = @end_at) #

[View source]
def end_at : Time #

def start_at : Time #