Class: Kaltura::KalturaBulkUploadResultCategoryEntry

Inherits:
KalturaBulkUploadResult show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaBulkUploadResult

#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#category_idObject

Returns the value of attribute category_id.



7536
7537
7538
# File 'lib/kaltura_types.rb', line 7536

def category_id
  @category_id
end

#entry_idObject

Returns the value of attribute entry_id.



7537
7538
7539
# File 'lib/kaltura_types.rb', line 7537

def entry_id
  @entry_id
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



7543
7544
7545
7546
7547
# File 'lib/kaltura_types.rb', line 7543

def from_xml(xml_element)
  super
  self.category_id = xml_element.elements['categoryId'].text
  self.entry_id = xml_element.elements['entryId'].text
end