Sha256: b297e0d76299d19733b35bacbe06e4a9d8c7497b8c68cdd1f53227aebda36994

Contents?: true

Size: 891 Bytes

Versions: 4

Compression:

Stored size: 891 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # JobPostingCompensationValue - The pay frequency of the job postings.
    class JobPostingCompensationValue < T::Enum
      enums do
        HOURLY = new('hourly')
        WEEKLY = new('weekly')
        BI_WEEKLY = new('bi_weekly')
        FOUR_WEEKLY = new('four_weekly')
        SEMI_MONTHLY = new('semi_monthly')
        MONTHLY = new('monthly')
        BI_MONTHLY = new('bi_monthly')
        QUARTERLY = new('quarterly')
        SEMI_ANNUALLY = new('semi_annually')
        YEARLY = new('yearly')
        THIRTEEN_MONTHLY = new('thirteen_monthly')
        PRO_RATA = new('pro_rata')
        UNMAPPED_VALUE = new('unmapped_value')
        HALF_YEARLY = new('half_yearly')
        DAILY = new('daily')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.32 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.31 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.30 lib/stack_one/models/shared/jobpostingcompensation_value.rb