Class: ZktClient::Employee

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

create, delete, list, show, update