module TandaCLI::API::Endpoints::Shift
Direct including types
Defined in:
tanda_cli/api/endpoints/shift.crInstance Method Summary
- #shifts(user_id : Int32, date : Time, show_notes : Bool = false) : API::Result(Array(Types::Shift))
- #shifts(user_id : Int32, start_date : Time, finish_date : Time, show_notes : Bool = false) : API::Result(Array(Types::Shift))
Instance Method Detail
def shifts(user_id : Int32, date : Time, show_notes : Bool = false) : API::Result(Array(Types::Shift))
#
def shifts(user_id : Int32, start_date : Time, finish_date : Time, show_notes : Bool = false) : API::Result(Array(Types::Shift))
#