Sha256: e562d17618f54c4c24e4f08012b603858b8c0779539c88289cf0f39480fc4bca

Contents?: true

Size: 888 Bytes

Versions: 4

Compression:

Stored size: 888 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). 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.37 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.36 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.35 lib/stack_one/models/shared/jobpostingcompensation_value.rb
stackone_client-0.2.34 lib/stack_one/models/shared/jobpostingcompensation_value.rb