Sha256: 7197a2ac0b948efecb9b1ed95c69daaee15f8adf2d1331df7aaabe661dc47d9c

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # JobPostingContentSectionValue - The type of the description.
    class JobPostingContentSectionValue < T::Enum
      enums do
        RESPONSIBILITIES = new('responsibilities')
        SKILLS = new('skills')
        BENEFITS = new('benefits')
        COMPANY_OVERVIEW = new('company_overview')
        DESCRIPTION = new('description')
        OTHER = new('other')
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stackone_client-0.3.3 lib/stack_one/models/shared/jobpostingcontentsection_value.rb
stackone_client-0.3.2 lib/stack_one/models/shared/jobpostingcontentsection_value.rb