Sha256: 723053f210a39c22ccaa49ce73c207239a5e8a72db2d9dcd8302a40f55c1beb9
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # EmploymentSchemasPayPeriodValue - The pay period of the job postings. class EmploymentSchemasPayPeriodValue < T::Enum enums do HOUR = new('hour') DAY = new('day') WEEK = new('week') EVERY_TWO_WEEKS = new('every_two_weeks') MONTH = new('month') QUARTER = new('quarter') EVERY_SIX_MONTHS = new('every_six_months') YEAR = new('year') NONE = new('none') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.2.3 | lib/stack_one/models/shared/employment_schemas_pay_period_value.rb |
stackone_client-0.2.2 | lib/stack_one/models/shared/employment_schemas_pay_period_value.rb |