Class: Kaltura::KalturaKShowFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura_client.rb

Constant Summary collapse

ORDER_BY_CREATED_AT_ASC =
"+created_at"
ORDER_BY_CREATED_AT_DESC =
"-created_at"
ORDER_BY_VIEWS_ASC =
"+views"
ORDER_BY_VIEWS_DESC =
"-views"
ORDER_BY_RANK_ASC =
"+rank"
ORDER_BY_RANK_DESC =
"-rank"
ORDER_BY_ID_ASC =
"+id"
ORDER_BY_ID_DESC =
"-id"

Instance Attribute Summary collapse

Instance Attribute Details

#bitAndStatusObject

Returns the value of attribute bitAndStatus.



279
280
281
# File 'lib/kaltura_client.rb', line 279

def bitAndStatus
  @bitAndStatus
end

#equalIndexedCustomData3Object

Returns the value of attribute equalIndexedCustomData3.



280
281
282
# File 'lib/kaltura_client.rb', line 280

def equalIndexedCustomData3
  @equalIndexedCustomData3
end

#equalProducerIdObject

Returns the value of attribute equalProducerId.



276
277
278
# File 'lib/kaltura_client.rb', line 276

def equalProducerId
  @equalProducerId
end

#equalTypeObject

Returns the value of attribute equalType.



275
276
277
# File 'lib/kaltura_client.rb', line 275

def equalType
  @equalType
end

#greaterThanOrEqualCreatedAtObject

Returns the value of attribute greaterThanOrEqualCreatedAt.



277
278
279
# File 'lib/kaltura_client.rb', line 277

def greaterThanOrEqualCreatedAt
  @greaterThanOrEqualCreatedAt
end

#greaterThanOrEqualViewsObject

Returns the value of attribute greaterThanOrEqualViews.



274
275
276
# File 'lib/kaltura_client.rb', line 274

def greaterThanOrEqualViews
  @greaterThanOrEqualViews
end

#lessThanOrEqualCreatedAtObject

Returns the value of attribute lessThanOrEqualCreatedAt.



278
279
280
# File 'lib/kaltura_client.rb', line 278

def lessThanOrEqualCreatedAt
  @lessThanOrEqualCreatedAt
end

#likeNameObject

Returns the value of attribute likeName.



270
271
272
# File 'lib/kaltura_client.rb', line 270

def likeName
  @likeName
end

#likeTagsObject

Returns the value of attribute likeTags.



271
272
273
# File 'lib/kaltura_client.rb', line 271

def likeTags
  @likeTags
end

#limitObject

Returns the value of attribute limit.



282
283
284
# File 'lib/kaltura_client.rb', line 282

def limit
  @limit
end

#multiLikeAndTagsObject

Returns the value of attribute multiLikeAndTags.



273
274
275
# File 'lib/kaltura_client.rb', line 273

def multiLikeAndTags
  @multiLikeAndTags
end

#multiLikeOrTagsObject

Returns the value of attribute multiLikeOrTags.



272
273
274
# File 'lib/kaltura_client.rb', line 272

def multiLikeOrTags
  @multiLikeOrTags
end

#orderByObject

Returns the value of attribute orderBy.



281
282
283
# File 'lib/kaltura_client.rb', line 281

def orderBy
  @orderBy
end