Class: Kaltura::KalturaDropFolder
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaDropFolder
- Defined in:
- lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#auto_file_delete_days ⇒ Object
Returns the value of attribute auto_file_delete_days.
-
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#dc ⇒ Object
Returns the value of attribute dc.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_description ⇒ Object
Returns the value of attribute error_description.
-
#file_delete_policy ⇒ Object
Returns the value of attribute file_delete_policy.
-
#file_handler_config ⇒ Object
Returns the value of attribute file_handler_config.
-
#file_handler_type ⇒ Object
Returns the value of attribute file_handler_type.
-
#file_name_patterns ⇒ Object
Returns the value of attribute file_name_patterns.
-
#file_size_check_interval ⇒ Object
The ammount of time, in seconds, that should pass so that a file with no change in size we’ll be treated as “finished uploading to folder”.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ignore_file_name_patterns ⇒ Object
Returns the value of attribute ignore_file_name_patterns.
-
#incremental ⇒ Object
Returns the value of attribute incremental.
-
#last_accessed_at ⇒ Object
Returns the value of attribute last_accessed_at.
-
#last_file_timestamp ⇒ Object
Returns the value of attribute last_file_timestamp.
-
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#auto_file_delete_days ⇒ Object
Returns the value of attribute auto_file_delete_days.
218 219 220 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 218 def auto_file_delete_days @auto_file_delete_days end |
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
211 212 213 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 211 def conversion_profile_id @conversion_profile_id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
226 227 228 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 226 def created_at @created_at end |
#dc ⇒ Object
Returns the value of attribute dc.
212 213 214 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 212 def dc @dc end |
#description ⇒ Object
Returns the value of attribute description.
208 209 210 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 208 def description @description end |
#error_code ⇒ Object
Returns the value of attribute error_code.
223 224 225 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 223 def error_code @error_code end |
#error_description ⇒ Object
Returns the value of attribute error_description.
224 225 226 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 224 def error_description @error_description end |
#file_delete_policy ⇒ Object
Returns the value of attribute file_delete_policy.
217 218 219 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 217 def file_delete_policy @file_delete_policy end |
#file_handler_config ⇒ Object
Returns the value of attribute file_handler_config.
221 222 223 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 221 def file_handler_config @file_handler_config end |
#file_handler_type ⇒ Object
Returns the value of attribute file_handler_type.
219 220 221 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 219 def file_handler_type @file_handler_type end |
#file_name_patterns ⇒ Object
Returns the value of attribute file_name_patterns.
220 221 222 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 220 def file_name_patterns @file_name_patterns end |
#file_size_check_interval ⇒ Object
The ammount of time, in seconds, that should pass so that a file with no change in size we’ll be treated as “finished uploading to folder”
216 217 218 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 216 def file_size_check_interval @file_size_check_interval end |
#id ⇒ Object
Returns the value of attribute id.
205 206 207 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 205 def id @id end |
#ignore_file_name_patterns ⇒ Object
Returns the value of attribute ignore_file_name_patterns.
225 226 227 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 225 def ignore_file_name_patterns @ignore_file_name_patterns end |
#incremental ⇒ Object
Returns the value of attribute incremental.
229 230 231 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 229 def incremental @incremental end |
#last_accessed_at ⇒ Object
Returns the value of attribute last_accessed_at.
228 229 230 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 228 def last_accessed_at @last_accessed_at end |
#last_file_timestamp ⇒ Object
Returns the value of attribute last_file_timestamp.
230 231 232 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 230 def @last_file_timestamp end |
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
231 232 233 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 231 def @metadata_profile_id end |
#name ⇒ Object
Returns the value of attribute name.
207 208 209 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 207 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
206 207 208 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 206 def partner_id @partner_id end |
#path ⇒ Object
Returns the value of attribute path.
213 214 215 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 213 def path @path end |
#status ⇒ Object
Returns the value of attribute status.
210 211 212 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 210 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
222 223 224 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 222 def @tags end |
#type ⇒ Object
Returns the value of attribute type.
209 210 211 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 209 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
227 228 229 |
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 227 def updated_at @updated_at end |