Class: Kaltura::KalturaDropFolderFileHandlerConfig
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaDropFolderFileHandlerConfig
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Direct Known Subclasses
KalturaDropFolderContentFileHandlerConfig, KalturaDropFolderXmlBulkUploadFileHandlerConfig
Instance Attribute Summary collapse
-
#handler_type ⇒ Object
Returns the value of attribute handler_type.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#handler_type ⇒ Object
Returns the value of attribute handler_type.
202 203 204 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 202 def handler_type @handler_type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
205 206 207 208 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 205 def from_xml(xml_element) super self.handler_type = xml_element.elements['handlerType'].text end |