Module: Openlayer::Models::Projects::TestCreateResponse::Threshold::Operator

Extended by:
Internal::Type::Enum
Defined in:
lib/openlayer/models/projects/test_create_response.rb,
sig/openlayer/models/projects/test_create_response.rbs

Overview

The operator to be used for the evaluation.

See Also:

  • Openlayer::Models::Projects::TestCreateResponse::Threshold#operator

Constant Summary collapse

IS =

Returns:

  • (:is)
:is
GREATER =

Returns:

  • (:>)
:>
GREATER_OR_EQUALS =

Returns:

  • (:>=)
:">="
LESS =

Returns:

  • (:<)
:<
LESS_OR_EQUALS =

Returns:

  • (:<=)
:"<="
NOT_EQUALS =

Returns:

  • (:!=)
:"!="

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[Openlayer::Models::Projects::TestCreateResponse::Threshold::operator]

Returns:

  • (::Array[Openlayer::Models::Projects::TestCreateResponse::Threshold::operator])


408
# File 'sig/openlayer/models/projects/test_create_response.rbs', line 408

def self?.values: -> ::Array[Openlayer::Models::Projects::TestCreateResponse::Threshold::operator]