Class: ZktClient::Department

Inherits:
Base
  • Object
show all
Defined in:
lib/zkt_client/models/department.rb

Overview

Department class handles operations related to departments in the ZktClient

Constant Summary collapse

URLS =

URL endpoints for the Department resource

{ base: "/personnel/api/departments/" }.freeze
REQUIRED_FEILDS =

Required fields for creating or updating a Department resource

%i[dept_code dept_name].freeze

Method Summary

Methods inherited from Base

create, delete, list, show, update