Sha256: 24b654bdb079ea995eb67917d4e2e270d294fe0e06df6e3d52e3293474e9a363
Contents?: true
Size: 477 Bytes
Versions: 10
Compression:
Stored size: 477 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::BaseEntryService # @see Kaltura::EntryContextDataResult # @see Kaltura::EntryContextDataParams ## class CountryRestrictionType RESTRICT_COUNTRY_LIST = 0 #restrict countries. ALLOW_COUNTRY_LIST = 1 #allow countries. end end end
Version data entries
10 entries across 10 versions & 2 rubygems