Sha256: 63df808a8611eb4f01258a56ca34a99aee8df6433dde6dac2c9e5648d0a7bb39
Contents?: true
Size: 439 Bytes
Versions: 4
Compression:
Stored size: 439 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
4 entries across 4 versions & 1 rubygems