Class: Kaltura::KalturaWebexDropFolderContentProcessorJobData
- Inherits:
-
KalturaDropFolderContentProcessorJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaDropFolderContentProcessorJobData
- Kaltura::KalturaWebexDropFolderContentProcessorJobData
- Defined in:
- lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#drop_folder_id ⇒ Object
Returns the value of attribute drop_folder_id.
-
#webex_host_id ⇒ Object
Returns the value of attribute webex_host_id.
Attributes inherited from KalturaDropFolderContentProcessorJobData
#content_match_policy, #conversion_profile_id, #drop_folder_file_ids, #parsed_slug
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 95 def description @description end |
#drop_folder_id ⇒ Object
Returns the value of attribute drop_folder_id.
97 98 99 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 97 def drop_folder_id @drop_folder_id end |
#webex_host_id ⇒ Object
Returns the value of attribute webex_host_id.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 96 def webex_host_id @webex_host_id end |