Class: KalturaApi::KalturaBulkUploadResultUser
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- KalturaApi::KalturaBulkUploadResultUser
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#screen_name ⇒ Object
Returns the value of attribute screen_name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#zip ⇒ Object
Returns the value of attribute zip.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
6740 6741 6742 |
# File 'lib/kaltura_client.rb', line 6740 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
6738 6739 6740 |
# File 'lib/kaltura_client.rb', line 6738 def country @country end |
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
6737 6738 6739 |
# File 'lib/kaltura_client.rb', line 6737 def date_of_birth @date_of_birth end |
#description ⇒ Object
Returns the value of attribute description.
6735 6736 6737 |
# File 'lib/kaltura_client.rb', line 6735 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
6734 6735 6736 |
# File 'lib/kaltura_client.rb', line 6734 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
6743 6744 6745 |
# File 'lib/kaltura_client.rb', line 6743 def first_name @first_name end |
#gender ⇒ Object
Returns the value of attribute gender.
6742 6743 6744 |
# File 'lib/kaltura_client.rb', line 6742 def gender @gender end |
#last_name ⇒ Object
Returns the value of attribute last_name.
6744 6745 6746 |
# File 'lib/kaltura_client.rb', line 6744 def last_name @last_name end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
6733 6734 6735 |
# File 'lib/kaltura_client.rb', line 6733 def screen_name @screen_name end |
#state ⇒ Object
Returns the value of attribute state.
6739 6740 6741 |
# File 'lib/kaltura_client.rb', line 6739 def state @state end |
#tags ⇒ Object
Returns the value of attribute tags.
6736 6737 6738 |
# File 'lib/kaltura_client.rb', line 6736 def @tags end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6732 6733 6734 |
# File 'lib/kaltura_client.rb', line 6732 def user_id @user_id end |
#zip ⇒ Object
Returns the value of attribute zip.
6741 6742 6743 |
# File 'lib/kaltura_client.rb', line 6741 def zip @zip end |