Class: ZktClient::Employee
- Defined in:
- lib/zkt_client/models/employee.rb
Overview
Employee class handles operations related to employees in the ZktClient
Constant Summary collapse
- URLS =
URL endpoints for the Employee resource
{ base: "/personnel/api/employees/" }.freeze
- REQUIRED_FEILDS =
Required fields for creating or updating an Employee resource
%i[emp_code department area].freeze