Sha256: f20a821b5f90c8cbe2fde7c58c63f04ce3b8fe0baa0ce3676d44e637c14499f8
Contents?: true
Size: 508 Bytes
Versions: 23
Compression:
Stored size: 508 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # OverallRecommendation - The overall recommendation class OverallRecommendation < T::Enum enums do STRONG_YES = new('strong_yes') YES = new('yes') NO = new('no') STRONG_NO = new('strong_no') NO_DECISION = new('no_decision') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems