Sha256: 5265adb9437f0fb185490d6dd9f72a663cca12265daca1ec2bd06c3d4a316d86
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 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::Partner ## class CommercialUseType COMMERCIAL_USE = "commercial_use" #Used for commercial purposes. NON_COMMERCIAL_USE = "non-commercial_use" #used for non-commercial purposes. end end end
Version data entries
10 entries across 10 versions & 2 rubygems