Module: Vapi::Types::EventsTableNumberConditionOperator

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/events_table_number_condition_operator.rb

Constant Summary collapse

EQUAL_TO =
"="
NOT_EQUALS =
"!="
GREATER_THAN =
">"
GREATER_THAN_OR_EQUAL_TO =
">="
LESS_THAN =
"<"
LESS_THAN_OR_EQUAL_TO =
"<="

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load