Sha256: 6a2f3d5632eb5e8876eda32fbb6239ee978ac3322b243569efa93694367cf23e
Contents?: true
Size: 259 Bytes
Versions: 13
Compression:
Stored size: 259 Bytes
Contents
module Kaltura module Constants class CategoryOrderBy DEPTH_ASC = "+depth" DEPTH_DESC = "-depth" FULL_NAME_ASC = "+fullName" FULL_NAME_DESC = "-fullName" CREATED_AT_ASC = "+createdAt" CREATED_AT_DESC = "-createdAt" end end end
Version data entries
13 entries across 13 versions & 1 rubygems