Sha256: 6578912219ea5e9e1c54959d83752307b9311dd95ff6548c064b2b42cd6e3fba
Contents?: true
Size: 427 Bytes
Versions: 11
Compression:
Stored size: 427 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') end end end end
Version data entries
11 entries across 11 versions & 1 rubygems