Class: Kaltura::Constants::Gender
- Inherits:
-
Object
- Object
- Kaltura::Constants::Gender
- Defined in:
- lib/kaltura/constants/gender.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
- UNKNOWN =
unkown
0
- MALE =
male user
1
- FEMALE =
female user
2