Class: KalturaApi::KalturaDropFolderContentFileHandlerConfig

Inherits:
KalturaDropFolderFileHandlerConfig show all
Defined in:
lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaDropFolderFileHandlerConfig

#handler_type

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#content_match_policyObject

Returns the value of attribute content_match_policy.



428
429
430
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 428

def content_match_policy
  @content_match_policy
end

#slug_regexObject

Regular expression that defines valid file names to be handled. The following might be extracted from the file name and used if defined: - (?P<referenceId>w+) - will be used as the drop folder file’s parsed slug. - (?P<flavorName>w+) - will be used as the drop folder file’s parsed flavor.



434
435
436
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 434

def slug_regex
  @slug_regex
end