Class: ZktClient::Area
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