Class: Kaltura::KalturaKShowFilter
- Inherits:
-
Object
- Object
- Kaltura::KalturaKShowFilter
- 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
-
#bitAndStatus ⇒ Object
Returns the value of attribute bitAndStatus.
-
#equalIndexedCustomData3 ⇒ Object
Returns the value of attribute equalIndexedCustomData3.
-
#equalProducerId ⇒ Object
Returns the value of attribute equalProducerId.
-
#equalType ⇒ Object
Returns the value of attribute equalType.
-
#greaterThanOrEqualCreatedAt ⇒ Object
Returns the value of attribute greaterThanOrEqualCreatedAt.
-
#greaterThanOrEqualViews ⇒ Object
Returns the value of attribute greaterThanOrEqualViews.
-
#lessThanOrEqualCreatedAt ⇒ Object
Returns the value of attribute lessThanOrEqualCreatedAt.
-
#likeName ⇒ Object
Returns the value of attribute likeName.
-
#likeTags ⇒ Object
Returns the value of attribute likeTags.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#multiLikeAndTags ⇒ Object
Returns the value of attribute multiLikeAndTags.
-
#multiLikeOrTags ⇒ Object
Returns the value of attribute multiLikeOrTags.
-
#orderBy ⇒ Object
Returns the value of attribute orderBy.
Instance Attribute Details
#bitAndStatus ⇒ Object
Returns the value of attribute bitAndStatus.
279 280 281 |
# File 'lib/kaltura_client.rb', line 279 def bitAndStatus @bitAndStatus end |
#equalIndexedCustomData3 ⇒ Object
Returns the value of attribute equalIndexedCustomData3.
280 281 282 |
# File 'lib/kaltura_client.rb', line 280 def equalIndexedCustomData3 @equalIndexedCustomData3 end |
#equalProducerId ⇒ Object
Returns the value of attribute equalProducerId.
276 277 278 |
# File 'lib/kaltura_client.rb', line 276 def equalProducerId @equalProducerId end |
#equalType ⇒ Object
Returns the value of attribute equalType.
275 276 277 |
# File 'lib/kaltura_client.rb', line 275 def equalType @equalType end |
#greaterThanOrEqualCreatedAt ⇒ Object
Returns the value of attribute greaterThanOrEqualCreatedAt.
277 278 279 |
# File 'lib/kaltura_client.rb', line 277 def greaterThanOrEqualCreatedAt @greaterThanOrEqualCreatedAt end |
#greaterThanOrEqualViews ⇒ Object
Returns the value of attribute greaterThanOrEqualViews.
274 275 276 |
# File 'lib/kaltura_client.rb', line 274 def greaterThanOrEqualViews @greaterThanOrEqualViews end |
#lessThanOrEqualCreatedAt ⇒ Object
Returns the value of attribute lessThanOrEqualCreatedAt.
278 279 280 |
# File 'lib/kaltura_client.rb', line 278 def lessThanOrEqualCreatedAt @lessThanOrEqualCreatedAt end |
#likeName ⇒ Object
Returns the value of attribute likeName.
270 271 272 |
# File 'lib/kaltura_client.rb', line 270 def likeName @likeName end |
#likeTags ⇒ Object
Returns the value of attribute likeTags.
271 272 273 |
# File 'lib/kaltura_client.rb', line 271 def likeTags @likeTags end |
#limit ⇒ Object
Returns the value of attribute limit.
282 283 284 |
# File 'lib/kaltura_client.rb', line 282 def limit @limit end |
#multiLikeAndTags ⇒ Object
Returns the value of attribute multiLikeAndTags.
273 274 275 |
# File 'lib/kaltura_client.rb', line 273 def multiLikeAndTags @multiLikeAndTags end |
#multiLikeOrTags ⇒ Object
Returns the value of attribute multiLikeOrTags.
272 273 274 |
# File 'lib/kaltura_client.rb', line 272 def multiLikeOrTags @multiLikeOrTags end |
#orderBy ⇒ Object
Returns the value of attribute orderBy.
281 282 283 |
# File 'lib/kaltura_client.rb', line 281 def orderBy @orderBy end |