Sha256: 0c6bcb5d5db09e56199a86c1c2ad14d5b7e7cb0c4bf031e7644b85156cb47944
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 # EmployeeSchemasHomeLocationLocationTypeValue - The type of the location. class EmployeeSchemasHomeLocationLocationTypeValue < 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