Class: KalturaApi::KalturaDropFolder

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#auto_file_delete_daysObject

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_idObject

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_atObject

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

#dcObject

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

#descriptionObject

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_codeObject

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_descriptionObject

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_policyObject

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_configObject

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_typeObject

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_patternsObject

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_intervalObject

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

#idObject

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_patternsObject

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

#incrementalObject

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_atObject

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_timestampObject

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
  @last_file_timestamp
end

#metadata_profile_idObject

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

#nameObject

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_idObject

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

#pathObject

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

#statusObject

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

#tagsObject

Returns the value of attribute tags.



222
223
224
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 222

def tags
  @tags
end

#typeObject

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_atObject

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