module TandaCLI::API::Endpoints::ClockIn
Direct including types
Defined in:
tanda_cli/api/endpoints/clock_in.crInstance Method Summary
- #clockins(date : Time) : API::Result(Array(Types::ClockIn))
- #send_clock_in(time : Time, type : String, photo : String | Nil = nil, mobile_clockin : Bool = false) : API::Result(Nil)
Instance Method Detail
def send_clock_in(time : Time, type : String, photo : String | Nil = nil, mobile_clockin : Bool = false) : API::Result(Nil)
#