Class: Kaltura::KalturaBulkUploadResultUser

Inherits:
KalturaBulkUploadResult show all
Defined in:
lib/kaltura_client.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

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#cityObject

Returns the value of attribute city.



7652
7653
7654
# File 'lib/kaltura_client.rb', line 7652

def city
  @city
end

#countryObject

Returns the value of attribute country.



7650
7651
7652
# File 'lib/kaltura_client.rb', line 7650

def country
  @country
end

#date_of_birthObject

Returns the value of attribute date_of_birth.



7649
7650
7651
# File 'lib/kaltura_client.rb', line 7649

def date_of_birth
  @date_of_birth
end

#descriptionObject

Returns the value of attribute description.



7647
7648
7649
# File 'lib/kaltura_client.rb', line 7647

def description
  @description
end

#emailObject

Returns the value of attribute email.



7646
7647
7648
# File 'lib/kaltura_client.rb', line 7646

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



7655
7656
7657
# File 'lib/kaltura_client.rb', line 7655

def first_name
  @first_name
end

#genderObject

Returns the value of attribute gender.



7654
7655
7656
# File 'lib/kaltura_client.rb', line 7654

def gender
  @gender
end

#last_nameObject

Returns the value of attribute last_name.



7656
7657
7658
# File 'lib/kaltura_client.rb', line 7656

def last_name
  @last_name
end

#screen_nameObject

Returns the value of attribute screen_name.



7645
7646
7647
# File 'lib/kaltura_client.rb', line 7645

def screen_name
  @screen_name
end

#stateObject

Returns the value of attribute state.



7651
7652
7653
# File 'lib/kaltura_client.rb', line 7651

def state
  @state
end

#tagsObject

Returns the value of attribute tags.



7648
7649
7650
# File 'lib/kaltura_client.rb', line 7648

def tags
  @tags
end

#user_idObject

Returns the value of attribute user_id.



7644
7645
7646
# File 'lib/kaltura_client.rb', line 7644

def user_id
  @user_id
end

#zipObject

Returns the value of attribute zip.



7653
7654
7655
# File 'lib/kaltura_client.rb', line 7653

def zip
  @zip
end