Sha256: e71a934cf047e013bcd03bcd6db095d076838c24d935a0ed985fa91bcd6ca082
Contents?: true
Size: 402 Bytes
Versions: 23
Compression:
Stored size: 402 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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