Class: Kaltura::KalturaUser

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaAdminUser

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#admin_tagsObject

Admin tags can be updated only by using an admin session



5966
5967
5968
# File 'lib/kaltura_client.rb', line 5966

def admin_tags
  @admin_tags
end

#allowed_partner_idsObject

Returns the value of attribute allowed_partner_ids.



5993
5994
5995
# File 'lib/kaltura_client.rb', line 5993

def allowed_partner_ids
  @allowed_partner_ids
end

#allowed_partner_packagesObject

Returns the value of attribute allowed_partner_packages.



5994
5995
5996
# File 'lib/kaltura_client.rb', line 5994

def allowed_partner_packages
  @allowed_partner_packages
end

#cityObject

Returns the value of attribute city.



5959
5960
5961
# File 'lib/kaltura_client.rb', line 5959

def city
  @city
end

#countryObject

Returns the value of attribute country.



5957
5958
5959
# File 'lib/kaltura_client.rb', line 5957

def country
  @country
end

#created_atObject

Creation date as Unix timestamp (In seconds)



5971
5972
5973
# File 'lib/kaltura_client.rb', line 5971

def created_at
  @created_at
end

#date_of_birthObject

Returns the value of attribute date_of_birth.



5956
5957
5958
# File 'lib/kaltura_client.rb', line 5956

def date_of_birth
  @date_of_birth
end

#deleted_atObject

Returns the value of attribute deleted_at.



5988
5989
5990
# File 'lib/kaltura_client.rb', line 5988

def deleted_at
  @deleted_at
end

#descriptionObject

Returns the value of attribute description.



5962
5963
5964
# File 'lib/kaltura_client.rb', line 5962

def description
  @description
end

#emailObject

Returns the value of attribute email.



5955
5956
5957
# File 'lib/kaltura_client.rb', line 5955

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



5982
5983
5984
# File 'lib/kaltura_client.rb', line 5982

def first_name
  @first_name
end

#full_nameObject

Returns the value of attribute full_name.



5954
5955
5956
# File 'lib/kaltura_client.rb', line 5954

def full_name
  @full_name
end

#genderObject

Returns the value of attribute gender.



5967
5968
5969
# File 'lib/kaltura_client.rb', line 5967

def gender
  @gender
end

#idObject

Returns the value of attribute id.



5951
5952
5953
# File 'lib/kaltura_client.rb', line 5951

def id
  @id
end

#indexed_partner_data_intObject

Returns the value of attribute indexed_partner_data_int.



5978
5979
5980
# File 'lib/kaltura_client.rb', line 5978

def indexed_partner_data_int
  @indexed_partner_data_int
end

#indexed_partner_data_stringObject

Returns the value of attribute indexed_partner_data_string.



5979
5980
5981
# File 'lib/kaltura_client.rb', line 5979

def indexed_partner_data_string
  @indexed_partner_data_string
end

#is_account_ownerObject

Returns the value of attribute is_account_owner.



5992
5993
5994
# File 'lib/kaltura_client.rb', line 5992

def 
  @is_account_owner
end

#is_adminObject

Returns the value of attribute is_admin.



5984
5985
5986
# File 'lib/kaltura_client.rb', line 5984

def is_admin
  @is_admin
end

#languageObject

Returns the value of attribute language.



5985
5986
5987
# File 'lib/kaltura_client.rb', line 5985

def language
  @language
end

#last_login_timeObject

Returns the value of attribute last_login_time.



5986
5987
5988
# File 'lib/kaltura_client.rb', line 5986

def 
  @last_login_time
end

#last_nameObject

Returns the value of attribute last_name.



5983
5984
5985
# File 'lib/kaltura_client.rb', line 5983

def last_name
  @last_name
end

#login_enabledObject

Returns the value of attribute login_enabled.



5989
5990
5991
# File 'lib/kaltura_client.rb', line 5989

def 
  @login_enabled
end

#partner_dataObject

Can be used to store various partner related data as a string



5977
5978
5979
# File 'lib/kaltura_client.rb', line 5977

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



5952
5953
5954
# File 'lib/kaltura_client.rb', line 5952

def partner_id
  @partner_id
end

#passwordObject

Returns the value of attribute password.



5981
5982
5983
# File 'lib/kaltura_client.rb', line 5981

def password
  @password
end

#role_idsObject

Returns the value of attribute role_ids.



5990
5991
5992
# File 'lib/kaltura_client.rb', line 5990

def role_ids
  @role_ids
end

#role_namesObject

Returns the value of attribute role_names.



5991
5992
5993
# File 'lib/kaltura_client.rb', line 5991

def role_names
  @role_names
end

#screen_nameObject

Returns the value of attribute screen_name.



5953
5954
5955
# File 'lib/kaltura_client.rb', line 5953

def screen_name
  @screen_name
end

#stateObject

Returns the value of attribute state.



5958
5959
5960
# File 'lib/kaltura_client.rb', line 5958

def state
  @state
end

#statusObject

Returns the value of attribute status.



5968
5969
5970
# File 'lib/kaltura_client.rb', line 5968

def status
  @status
end

#status_updated_atObject

Returns the value of attribute status_updated_at.



5987
5988
5989
# File 'lib/kaltura_client.rb', line 5987

def status_updated_at
  @status_updated_at
end

#storage_sizeObject

Returns the value of attribute storage_size.



5980
5981
5982
# File 'lib/kaltura_client.rb', line 5980

def storage_size
  @storage_size
end

#tagsObject

Returns the value of attribute tags.



5963
5964
5965
# File 'lib/kaltura_client.rb', line 5963

def tags
  @tags
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



5961
5962
5963
# File 'lib/kaltura_client.rb', line 5961

def thumbnail_url
  @thumbnail_url
end

#updated_atObject

Last update date as Unix timestamp (In seconds)



5974
5975
5976
# File 'lib/kaltura_client.rb', line 5974

def updated_at
  @updated_at
end

#zipObject

Returns the value of attribute zip.



5960
5961
5962
# File 'lib/kaltura_client.rb', line 5960

def zip
  @zip
end