struct
TandaCLI::API::Resources::Shifts
- TandaCLI::API::Resources::Shifts
- Struct
- Value
- Object
Defined in:
tanda_cli/api/resources/shifts.crConstructors
Instance Method Summary
- #list(user_id : Int32, date : Time, show_notes : Bool = false) : Result(Array(Types::Shift))
- #list(user_id : Int32, start_date : Time, finish_date : Time, show_notes : Bool = false) : Result(Array(Types::Shift))
Constructor Detail
Instance Method Detail
def list(user_id : Int32, start_date : Time, finish_date : Time, show_notes : Bool = false) : Result(Array(Types::Shift))
#