Class: Kaltura::KalturaCategoryEntryFilter
- Inherits:
-
KalturaCategoryEntryBaseFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- KalturaCategoryEntryBaseFilter
- Kaltura::KalturaCategoryEntryFilter
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary
Attributes inherited from KalturaCategoryEntryBaseFilter
#category_full_ids_starts_with, #category_id_equal, #category_id_in, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #creator_user_id_equal, #creator_user_id_in, #entry_id_equal, #entry_id_in, #status_equal, #status_in
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Method Details
#from_xml(xml_element) ⇒ Object
19002 19003 19004 |
# File 'lib/kaltura_types.rb', line 19002 def from_xml(xml_element) super end |