Sha256: f7cba234967e3f42b5ec604e4def7156df995e675b9975bb54a75e62ea1fafcf
Contents?: true
Size: 442 Bytes
Versions: 23
Compression:
Stored size: 442 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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
23 entries across 23 versions & 1 rubygems