Class: Kaltura::KalturaDropFolderFilter
- Inherits:
-
KalturaDropFolderBaseFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaDropFolderBaseFilter
- Kaltura::KalturaDropFolderFilter
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Direct Known Subclasses
KalturaRemoteDropFolderBaseFilter, KalturaWebexDropFolderBaseFilter
Instance Attribute Summary collapse
-
#current_dc ⇒ Object
Returns the value of attribute current_dc.
Attributes inherited from KalturaDropFolderBaseFilter
#conversion_profile_id_equal, #conversion_profile_id_in, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #dc_equal, #dc_in, #error_code_equal, #error_code_in, #file_handler_type_equal, #file_handler_type_in, #file_name_patterns_like, #file_name_patterns_multi_like_and, #file_name_patterns_multi_like_or, #id_equal, #id_in, #name_like, #partner_id_equal, #partner_id_in, #path_equal, #path_like, #status_equal, #status_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 Attribute Details
#current_dc ⇒ Object
Returns the value of attribute current_dc.
951 952 953 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 951 def current_dc @current_dc end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
957 958 959 960 961 962 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 957 def from_xml(xml_element) super if xml_element.elements['currentDc'] != nil self.current_dc = xml_element.elements['currentDc'].text end end |