Class: ZktClient::Area

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

Overview

Area class handles operations related to areas in the ZktClient

Constant Summary collapse

URLS =

URL endpoints for the Area resource

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

Required fields for creating or updating an Area resource

%i[area_code area_name].freeze

Method Summary

Methods inherited from Base

create, delete, list, show, update