Class: Kaltura::KalturaUser
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaUser
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#admin_tags ⇒ Object
Admin tags can be updated only by using an admin session.
-
#allowed_partner_ids ⇒ Object
Returns the value of attribute allowed_partner_ids.
-
#allowed_partner_packages ⇒ Object
Returns the value of attribute allowed_partner_packages.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds).
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
-
#deleted_at ⇒ Object
Returns the value of attribute deleted_at.
-
#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.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#id ⇒ Object
Returns the value of attribute id.
-
#indexed_partner_data_int ⇒ Object
Returns the value of attribute indexed_partner_data_int.
-
#indexed_partner_data_string ⇒ Object
Returns the value of attribute indexed_partner_data_string.
-
#is_account_owner ⇒ Object
Returns the value of attribute is_account_owner.
-
#is_admin ⇒ Object
Returns the value of attribute is_admin.
-
#language ⇒ Object
Returns the value of attribute language.
-
#last_login_time ⇒ Object
Returns the value of attribute last_login_time.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#login_enabled ⇒ Object
Returns the value of attribute login_enabled.
-
#partner_data ⇒ Object
Can be used to store various partner related data as a string.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#role_ids ⇒ Object
Returns the value of attribute role_ids.
-
#role_names ⇒ Object
Returns the value of attribute role_names.
-
#screen_name ⇒ Object
Returns the value of attribute screen_name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_updated_at ⇒ Object
Returns the value of attribute status_updated_at.
-
#storage_size ⇒ Object
Returns the value of attribute storage_size.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#updated_at ⇒ Object
Last update date as Unix timestamp (In seconds).
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#admin_tags ⇒ Object
Admin tags can be updated only by using an admin session
5966 5967 5968 |
# File 'lib/kaltura_client.rb', line 5966 def @admin_tags end |
#allowed_partner_ids ⇒ Object
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_packages ⇒ Object
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 |
#city ⇒ Object
Returns the value of attribute city.
5959 5960 5961 |
# File 'lib/kaltura_client.rb', line 5959 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
5957 5958 5959 |
# File 'lib/kaltura_client.rb', line 5957 def country @country end |
#created_at ⇒ Object
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_birth ⇒ Object
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_at ⇒ Object
Returns the value of attribute deleted_at.
5988 5989 5990 |
# File 'lib/kaltura_client.rb', line 5988 def deleted_at @deleted_at end |
#description ⇒ Object
Returns the value of attribute description.
5962 5963 5964 |
# File 'lib/kaltura_client.rb', line 5962 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
5955 5956 5957 |
# File 'lib/kaltura_client.rb', line 5955 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
5982 5983 5984 |
# File 'lib/kaltura_client.rb', line 5982 def first_name @first_name end |
#full_name ⇒ Object
Returns the value of attribute full_name.
5954 5955 5956 |
# File 'lib/kaltura_client.rb', line 5954 def full_name @full_name end |
#gender ⇒ Object
Returns the value of attribute gender.
5967 5968 5969 |
# File 'lib/kaltura_client.rb', line 5967 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id.
5951 5952 5953 |
# File 'lib/kaltura_client.rb', line 5951 def id @id end |
#indexed_partner_data_int ⇒ Object
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_string ⇒ Object
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_owner ⇒ Object
Returns the value of attribute is_account_owner.
5992 5993 5994 |
# File 'lib/kaltura_client.rb', line 5992 def is_account_owner @is_account_owner end |
#is_admin ⇒ Object
Returns the value of attribute is_admin.
5984 5985 5986 |
# File 'lib/kaltura_client.rb', line 5984 def is_admin @is_admin end |
#language ⇒ Object
Returns the value of attribute language.
5985 5986 5987 |
# File 'lib/kaltura_client.rb', line 5985 def language @language end |
#last_login_time ⇒ Object
Returns the value of attribute last_login_time.
5986 5987 5988 |
# File 'lib/kaltura_client.rb', line 5986 def last_login_time @last_login_time end |
#last_name ⇒ Object
Returns the value of attribute last_name.
5983 5984 5985 |
# File 'lib/kaltura_client.rb', line 5983 def last_name @last_name end |
#login_enabled ⇒ Object
Returns the value of attribute login_enabled.
5989 5990 5991 |
# File 'lib/kaltura_client.rb', line 5989 def login_enabled @login_enabled end |
#partner_data ⇒ Object
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_id ⇒ Object
Returns the value of attribute partner_id.
5952 5953 5954 |
# File 'lib/kaltura_client.rb', line 5952 def partner_id @partner_id end |
#password ⇒ Object
Returns the value of attribute password.
5981 5982 5983 |
# File 'lib/kaltura_client.rb', line 5981 def password @password end |
#role_ids ⇒ Object
Returns the value of attribute role_ids.
5990 5991 5992 |
# File 'lib/kaltura_client.rb', line 5990 def role_ids @role_ids end |
#role_names ⇒ Object
Returns the value of attribute role_names.
5991 5992 5993 |
# File 'lib/kaltura_client.rb', line 5991 def role_names @role_names end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
5953 5954 5955 |
# File 'lib/kaltura_client.rb', line 5953 def screen_name @screen_name end |
#state ⇒ Object
Returns the value of attribute state.
5958 5959 5960 |
# File 'lib/kaltura_client.rb', line 5958 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
5968 5969 5970 |
# File 'lib/kaltura_client.rb', line 5968 def status @status end |
#status_updated_at ⇒ Object
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_size ⇒ Object
Returns the value of attribute storage_size.
5980 5981 5982 |
# File 'lib/kaltura_client.rb', line 5980 def storage_size @storage_size end |
#tags ⇒ Object
Returns the value of attribute tags.
5963 5964 5965 |
# File 'lib/kaltura_client.rb', line 5963 def @tags end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
5961 5962 5963 |
# File 'lib/kaltura_client.rb', line 5961 def thumbnail_url @thumbnail_url end |
#updated_at ⇒ Object
Last update date as Unix timestamp (In seconds)
5974 5975 5976 |
# File 'lib/kaltura_client.rb', line 5974 def updated_at @updated_at end |
#zip ⇒ Object
Returns the value of attribute zip.
5960 5961 5962 |
# File 'lib/kaltura_client.rb', line 5960 def zip @zip end |