Sha256: c131ac6f4019ea887a86b8966d6f83edc0f646dd205aba4f585b1ac4f0f1e8ec
Contents?: true
Size: 438 Bytes
Versions: 12
Compression:
Stored size: 438 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # EmployeeSchemasWorkLocationLocationTypeValue - The type of the location. class EmployeeSchemasWorkLocationLocationTypeValue < T::Enum enums do HOME = new('home') WORK = new('work') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
12 entries across 12 versions & 1 rubygems