Sha256: 6f83d65caebf6f84e2caac655247045b03984bf31411fe7b216b60f8d5fb54d3
Contents?: true
Size: 394 Bytes
Versions: 10
Compression:
Stored size: 394 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::DirectoryRestriction ## class DirectoryRestrictionType DONT_DISPLAY = 0 #do not display the directory. DISPLAY_WITH_LINK = 1 #display the directory. end end end
Version data entries
10 entries across 10 versions & 2 rubygems