Class: Kaltura::KalturaFileAssetBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaFileAssetBaseFilter
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#file_asset_object_type_equal ⇒ Object
Returns the value of attribute file_asset_object_type_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#object_id_equal ⇒ Object
Returns the value of attribute object_id_equal.
-
#object_id_in ⇒ Object
Returns the value of attribute object_id_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
7431 7432 7433 |
# File 'lib/kaltura_client.rb', line 7431 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
7432 7433 7434 |
# File 'lib/kaltura_client.rb', line 7432 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#file_asset_object_type_equal ⇒ Object
Returns the value of attribute file_asset_object_type_equal.
7428 7429 7430 |
# File 'lib/kaltura_client.rb', line 7428 def file_asset_object_type_equal @file_asset_object_type_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
7425 7426 7427 |
# File 'lib/kaltura_client.rb', line 7425 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
7426 7427 7428 |
# File 'lib/kaltura_client.rb', line 7426 def id_in @id_in end |
#object_id_equal ⇒ Object
Returns the value of attribute object_id_equal.
7429 7430 7431 |
# File 'lib/kaltura_client.rb', line 7429 def object_id_equal @object_id_equal end |
#object_id_in ⇒ Object
Returns the value of attribute object_id_in.
7430 7431 7432 |
# File 'lib/kaltura_client.rb', line 7430 def object_id_in @object_id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
7427 7428 7429 |
# File 'lib/kaltura_client.rb', line 7427 def partner_id_equal @partner_id_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
7435 7436 7437 |
# File 'lib/kaltura_client.rb', line 7435 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
7436 7437 7438 |
# File 'lib/kaltura_client.rb', line 7436 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
7433 7434 7435 |
# File 'lib/kaltura_client.rb', line 7433 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
7434 7435 7436 |
# File 'lib/kaltura_client.rb', line 7434 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |