Sha256: a0364964173dc422e6ddd0c21f11ee35add78da31dcc40544f60e36409fffaed
Contents?: true
Size: 324 Bytes
Versions: 10
Compression:
Stored size: 324 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::Service::SessionService ## class SessionType USER = 0 #User KS ADMIN = 2 #Admin KS end end end
Version data entries
10 entries across 10 versions & 2 rubygems