Sha256: e402c6c10413c57d403ced6d17370226cd44755522d53a5da4d46446a9e16526
Contents?: true
Size: 336 Bytes
Versions: 10
Compression:
Stored size: 336 Bytes
Contents
module Kaltura module Constants ## # The constants module will soon be depreciated into an Enumeration module to # be more in line with the C# API client's namespacing. # # @see Kaltura::User ## class Gender UNKNOWN = 0 #unkown MALE = 1 # male user FEMALE = 2 # female user end end end
Version data entries
10 entries across 10 versions & 2 rubygems