Sha256: acf95c7f07f5e9864e0691f47bfb67d9f83165651e1fae062379f0bbc7d3860f
Contents?: true
Size: 591 Bytes
Versions: 10
Compression:
Stored size: 591 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::Filter::MailJobFilter ## class MailJobOrderBy CREATED_AT_ASC = "+createdAt" #order by created_at ascending CREATED_AT_DESC = "-createdAt" #order by created_at descending EXECUTION_ATTEMPTS_ASC = "+executionAttempts" #order by execution attempts ascending EXECUTION_ATTEMPTS_DESC = "-executionAttempts" #order by execution attempts descending end end end
Version data entries
10 entries across 10 versions & 2 rubygems