Class: ZktClient::Position

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

Overview

Position class handles operations related to positions in the ZktClient

Constant Summary collapse

URLS =

URL endpoints for the Position resource

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

Required fields for creating or updating a Position resource

%i[position_code position_name].freeze

Method Summary

Methods inherited from Base

create, delete, list, show, update