Sha256: 76753cfb08e43c4855476ab6794ca3bfde0baa1f016328ca5fba89a2f115d427
Contents?: true
Size: 367 Bytes
Versions: 10
Compression:
Stored size: 367 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::SiteRestriction ## class SiteRestrictionType RESTRICT_SITE_LIST = 0 #Site white list ALLOW_SITE_LIST = 1 #Site black list end end end
Version data entries
10 entries across 10 versions & 2 rubygems