Class: Kaltura::KalturaDropFolderContentProcessorJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaDropFolderContentProcessorJobData
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#content_match_policy ⇒ Object
Returns the value of attribute content_match_policy.
-
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
-
#drop_folder_file_ids ⇒ Object
Returns the value of attribute drop_folder_file_ids.
-
#parsed_slug ⇒ Object
Returns the value of attribute parsed_slug.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#content_match_policy ⇒ Object
Returns the value of attribute content_match_policy.
444 445 446 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 444 def content_match_policy @content_match_policy end |
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
445 446 447 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 445 def conversion_profile_id @conversion_profile_id end |
#drop_folder_file_ids ⇒ Object
Returns the value of attribute drop_folder_file_ids.
442 443 444 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 442 def drop_folder_file_ids @drop_folder_file_ids end |
#parsed_slug ⇒ Object
Returns the value of attribute parsed_slug.
443 444 445 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 443 def parsed_slug @parsed_slug end |