Sha256: 2acf2548b4c7d3d416a59fa99e77053d62d8cc98defe1fc0f1546a7636a8048f
Contents?: true
Size: 398 Bytes
Versions: 23
Compression:
Stored size: 398 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # HRISLocationSchemasValue - The type of the location. class HRISLocationSchemasValue < 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