struct TandaCLI::API::Resources::Shifts

Defined in:

tanda_cli/api/resources/shifts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request : Request) #

[View source]

Instance Method Detail

def list(user_id : Int32, date : Time, show_notes : Bool = false) : Result(Array(Types::Shift)) #

[View source]
def list(user_id : Int32, start_date : Time, finish_date : Time, show_notes : Bool = false) : Result(Array(Types::Shift)) #

[View source]