Class: Kaltura::KalturaUiConfFilter

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

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#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.



2382
2383
2384
# File 'lib/kaltura_client.rb', line 2382

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.



2383
2384
2385
# File 'lib/kaltura_client.rb', line 2383

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#creation_mode_equalObject

Returns the value of attribute creation_mode_equal.



2386
2387
2388
# File 'lib/kaltura_client.rb', line 2386

def creation_mode_equal
  @creation_mode_equal
end

#creation_mode_inObject

Returns the value of attribute creation_mode_in.



2387
2388
2389
# File 'lib/kaltura_client.rb', line 2387

def creation_mode_in
  @creation_mode_in
end

#id_equalObject

Returns the value of attribute id_equal.



2376
2377
2378
# File 'lib/kaltura_client.rb', line 2376

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



2377
2378
2379
# File 'lib/kaltura_client.rb', line 2377

def id_in
  @id_in
end

#name_likeObject

Returns the value of attribute name_like.



2378
2379
2380
# File 'lib/kaltura_client.rb', line 2378

def name_like
  @name_like
end

#obj_type_equalObject

Returns the value of attribute obj_type_equal.



2379
2380
2381
# File 'lib/kaltura_client.rb', line 2379

def obj_type_equal
  @obj_type_equal
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



2381
2382
2383
# File 'lib/kaltura_client.rb', line 2381

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



2380
2381
2382
# File 'lib/kaltura_client.rb', line 2380

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.



2384
2385
2386
# File 'lib/kaltura_client.rb', line 2384

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.



2385
2386
2387
# File 'lib/kaltura_client.rb', line 2385

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end