Class: Kaltura::KalturaConferenceServerNodeBaseFilter
- Inherits:
-
KalturaServerNodeFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaServerNodeBaseFilter
- KalturaServerNodeFilter
- Kaltura::KalturaConferenceServerNodeBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_conference_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from KalturaServerNodeBaseFilter
#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #dc_equal, #dc_in, #environment_equal, #environment_in, #heartbeat_time_greater_than_or_equal, #heartbeat_time_less_than_or_equal, #host_name_like, #host_name_multi_like_and, #host_name_multi_like_or, #id_equal, #id_in, #name_equal, #name_in, #parent_id_like, #parent_id_multi_like_and, #parent_id_multi_like_or, #status_equal, #status_in, #system_name_equal, #system_name_in, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #type_equal, #type_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal
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
127 128 129 |
# File 'lib/kaltura_plugins/kaltura_conference_client_plugin.rb', line 127 def from_xml(xml_element) super end |