Sha256: 8d10126bb791db875969597027420c77e8918aa8595df96787bf836a723799e3
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # QuestionSchemasValue - The type of the question's condition class QuestionSchemasValue < T::Enum enums do EQUALS_TO = new('equals_to') CONTAINS = new('contains') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.4.1 | lib/stack_one/models/shared/question_schemas_value.rb |
stackone_client-0.4.0 | lib/stack_one/models/shared/question_schemas_value.rb |