Sha256: 92f3f979a49774ee1c06990b8519c9c9b52892f893eb8f32c28386fb4241d117
Contents?: true
Size: 360 Bytes
Versions: 10
Compression:
Stored size: 360 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::EmailIngestionProfile ## class EmailIngestionProfileStatus INACTIVE = 0 #inactive profile. ACTIVE = 1 #active profile. end end end
Version data entries
10 entries across 10 versions & 2 rubygems