Class: Kaltura::KalturaAssetBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaAssetFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



6250
6251
6252
# File 'lib/kaltura_client.rb', line 6250

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



6251
6252
6253
# File 'lib/kaltura_client.rb', line 6251

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#deleted_at_greater_than_or_equalObject

Returns the value of attribute deleted_at_greater_than_or_equal.



6254
6255
6256
# File 'lib/kaltura_client.rb', line 6254

def deleted_at_greater_than_or_equal
  @deleted_at_greater_than_or_equal
end

#deleted_at_less_than_or_equalObject

Returns the value of attribute deleted_at_less_than_or_equal.



6255
6256
6257
# File 'lib/kaltura_client.rb', line 6255

def deleted_at_less_than_or_equal
  @deleted_at_less_than_or_equal
end

#entry_id_equalObject

Returns the value of attribute entry_id_equal.



6241
6242
6243
# File 'lib/kaltura_client.rb', line 6241

def entry_id_equal
  @entry_id_equal
end

#entry_id_inObject

Returns the value of attribute entry_id_in.



6242
6243
6244
# File 'lib/kaltura_client.rb', line 6242

def entry_id_in
  @entry_id_in
end

#id_equalObject

Returns the value of attribute id_equal.



6239
6240
6241
# File 'lib/kaltura_client.rb', line 6239

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



6240
6241
6242
# File 'lib/kaltura_client.rb', line 6240

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



6243
6244
6245
# File 'lib/kaltura_client.rb', line 6243

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



6244
6245
6246
# File 'lib/kaltura_client.rb', line 6244

def partner_id_in
  @partner_id_in
end

#size_greater_than_or_equalObject

Returns the value of attribute size_greater_than_or_equal.



6245
6246
6247
# File 'lib/kaltura_client.rb', line 6245

def size_greater_than_or_equal
  @size_greater_than_or_equal
end

#size_less_than_or_equalObject

Returns the value of attribute size_less_than_or_equal.



6246
6247
6248
# File 'lib/kaltura_client.rb', line 6246

def size_less_than_or_equal
  @size_less_than_or_equal
end

#tags_likeObject

Returns the value of attribute tags_like.



6247
6248
6249
# File 'lib/kaltura_client.rb', line 6247

def tags_like
  @tags_like
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



6249
6250
6251
# File 'lib/kaltura_client.rb', line 6249

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



6248
6249
6250
# File 'lib/kaltura_client.rb', line 6248

def tags_multi_like_or
  @tags_multi_like_or
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



6252
6253
6254
# File 'lib/kaltura_client.rb', line 6252

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



6253
6254
6255
# File 'lib/kaltura_client.rb', line 6253

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end