Class: Kaltura::KalturaDropFolderFile

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

Direct Known Subclasses

KalturaFeedDropFolderFile

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#batch_job_idObject

Returns the value of attribute batch_job_id.



351
352
353
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 351

def batch_job_id
  @batch_job_id
end

#created_atObject

Returns the value of attribute created_at.



345
346
347
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 345

def created_at
  @created_at
end

#deleted_drop_folder_file_idObject

Returns the value of attribute deleted_drop_folder_file_id.



340
341
342
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 340

def deleted_drop_folder_file_id
  @deleted_drop_folder_file_id
end

#drop_folder_idObject

Returns the value of attribute drop_folder_id.



330
331
332
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 330

def drop_folder_id
  @drop_folder_id
end

#entry_idObject

Returns the value of attribute entry_id.



341
342
343
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 341

def entry_id
  @entry_id
end

#error_codeObject

Returns the value of attribute error_code.



342
343
344
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 342

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



343
344
345
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 343

def error_description
  @error_description
end

#file_nameObject

Returns the value of attribute file_name.



331
332
333
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 331

def file_name
  @file_name
end

#file_sizeObject

Returns the value of attribute file_size.



332
333
334
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 332

def file_size
  @file_size
end

#file_size_last_set_atObject

Returns the value of attribute file_size_last_set_at.



333
334
335
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 333

def file_size_last_set_at
  @file_size_last_set_at
end

#idObject

Returns the value of attribute id.



328
329
330
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 328

def id
  @id
end

#import_ended_atObject

Returns the value of attribute import_ended_at.



350
351
352
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 350

def import_ended_at
  @import_ended_at
end

#import_started_atObject

Returns the value of attribute import_started_at.



349
350
351
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 349

def import_started_at
  @import_started_at
end

#last_modification_timeObject

Returns the value of attribute last_modification_time.



344
345
346
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 344

def last_modification_time
  @last_modification_time
end

#lead_drop_folder_file_idObject

Returns the value of attribute lead_drop_folder_file_id.



339
340
341
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 339

def lead_drop_folder_file_id
  @lead_drop_folder_file_id
end

#parsed_flavorObject

Returns the value of attribute parsed_flavor.



337
338
339
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 337

def parsed_flavor
  @parsed_flavor
end

#parsed_slugObject

Returns the value of attribute parsed_slug.



336
337
338
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 336

def parsed_slug
  @parsed_slug
end

#parsed_user_idObject

Returns the value of attribute parsed_user_id.



338
339
340
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 338

def parsed_user_id
  @parsed_user_id
end

#partner_idObject

Returns the value of attribute partner_id.



329
330
331
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 329

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



334
335
336
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 334

def status
  @status
end

#typeObject

Returns the value of attribute type.



335
336
337
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 335

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



346
347
348
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 346

def updated_at
  @updated_at
end

#upload_end_detected_atObject

Returns the value of attribute upload_end_detected_at.



348
349
350
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 348

def upload_end_detected_at
  @upload_end_detected_at
end

#upload_start_detected_atObject

Returns the value of attribute upload_start_detected_at.



347
348
349
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 347

def upload_start_detected_at
  @upload_start_detected_at
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
# File 'lib/kaltura_plugins/kaltura_drop_folder_client_plugin.rb', line 399

def from_xml(xml_element)
	super
	self.id = xml_element.elements['id'].text
	self.partner_id = xml_element.elements['partnerId'].text
	self.drop_folder_id = xml_element.elements['dropFolderId'].text
	self.file_name = xml_element.elements['fileName'].text
	self.file_size = xml_element.elements['fileSize'].text
	self.file_size_last_set_at = xml_element.elements['fileSizeLastSetAt'].text
	self.status = xml_element.elements['status'].text
	self.type = xml_element.elements['type'].text
	self.parsed_slug = xml_element.elements['parsedSlug'].text
	self.parsed_flavor = xml_element.elements['parsedFlavor'].text
	self.parsed_user_id = xml_element.elements['parsedUserId'].text
	self.lead_drop_folder_file_id = xml_element.elements['leadDropFolderFileId'].text
	self.deleted_drop_folder_file_id = xml_element.elements['deletedDropFolderFileId'].text
	self.entry_id = xml_element.elements['entryId'].text
	self.error_code = xml_element.elements['errorCode'].text
	self.error_description = xml_element.elements['errorDescription'].text
	self.last_modification_time = xml_element.elements['lastModificationTime'].text
	self.created_at = xml_element.elements['createdAt'].text
	self.updated_at = xml_element.elements['updatedAt'].text
	self.upload_start_detected_at = xml_element.elements['uploadStartDetectedAt'].text
	self.upload_end_detected_at = xml_element.elements['uploadEndDetectedAt'].text
	self.import_started_at = xml_element.elements['importStartedAt'].text
	self.import_ended_at = xml_element.elements['importEndedAt'].text
	self.batch_job_id = xml_element.elements['batchJobId'].text
end