Class: Kaltura::KalturaBulkUploadResultUserEntry
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- Kaltura::KalturaBulkUploadResultUserEntry
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#user_entry_id ⇒ Object
Returns the value of attribute user_entry_id.
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
Instance Attribute Details
#user_entry_id ⇒ Object
Returns the value of attribute user_entry_id.
11955 11956 11957 |
# File 'lib/kaltura_types.rb', line 11955 def user_entry_id @user_entry_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
11961 11962 11963 11964 11965 11966 |
# File 'lib/kaltura_types.rb', line 11961 def from_xml(xml_element) super if xml_element.elements['userEntryId'] != nil self.user_entry_id = xml_element.elements['userEntryId'].text end end |