Class: Kaltura::Constants::NullableBoolean
- Inherits:
-
Object
- Object
- Kaltura::Constants::NullableBoolean
- Defined in:
- lib/kaltura/constants/nullable_boolean.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- NULL_VALUE =
Null
-1 #Null
- FALSE_VALUE =
False
0
- TRUE_VALUE =
True
1