Class: KalturaApi::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.



6740
6741
6742
# File 'lib/kaltura_client.rb', line 6740

def city
  @city
end

#countryObject

Returns the value of attribute country.



6738
6739
6740
# File 'lib/kaltura_client.rb', line 6738

def country
  @country
end

#date_of_birthObject

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

#descriptionObject

Returns the value of attribute description.



6735
6736
6737
# File 'lib/kaltura_client.rb', line 6735

def description
  @description
end

#emailObject

Returns the value of attribute email.



6734
6735
6736
# File 'lib/kaltura_client.rb', line 6734

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



6743
6744
6745
# File 'lib/kaltura_client.rb', line 6743

def first_name
  @first_name
end

#genderObject

Returns the value of attribute gender.



6742
6743
6744
# File 'lib/kaltura_client.rb', line 6742

def gender
  @gender
end

#last_nameObject

Returns the value of attribute last_name.



6744
6745
6746
# File 'lib/kaltura_client.rb', line 6744

def last_name
  @last_name
end

#screen_nameObject

Returns the value of attribute screen_name.



6733
6734
6735
# File 'lib/kaltura_client.rb', line 6733

def screen_name
  @screen_name
end

#stateObject

Returns the value of attribute state.



6739
6740
6741
# File 'lib/kaltura_client.rb', line 6739

def state
  @state
end

#tagsObject

Returns the value of attribute tags.



6736
6737
6738
# File 'lib/kaltura_client.rb', line 6736

def tags
  @tags
end

#user_idObject

Returns the value of attribute user_id.



6732
6733
6734
# File 'lib/kaltura_client.rb', line 6732

def user_id
  @user_id
end

#zipObject

Returns the value of attribute zip.



6741
6742
6743
# File 'lib/kaltura_client.rb', line 6741

def zip
  @zip
end