Class: Kaltura::User
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::User
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#admin_tags ⇒ Object
Returns the value of attribute admin_tags.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#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.
-
#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.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#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.
-
#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
Returns the value of attribute updated_at.
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#admin_tags ⇒ Object
Returns the value of attribute admin_tags.
1044 1045 1046 |
# File 'lib/kaltura/kaltura_client.rb', line 1044 def @admin_tags end |
#city ⇒ Object
Returns the value of attribute city.
1039 1040 1041 |
# File 'lib/kaltura/kaltura_client.rb', line 1039 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
1037 1038 1039 |
# File 'lib/kaltura/kaltura_client.rb', line 1037 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1047 1048 1049 |
# File 'lib/kaltura/kaltura_client.rb', line 1047 def created_at @created_at end |
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
1036 1037 1038 |
# File 'lib/kaltura/kaltura_client.rb', line 1036 def date_of_birth @date_of_birth end |
#description ⇒ Object
Returns the value of attribute description.
1042 1043 1044 |
# File 'lib/kaltura/kaltura_client.rb', line 1042 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
1035 1036 1037 |
# File 'lib/kaltura/kaltura_client.rb', line 1035 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
1034 1035 1036 |
# File 'lib/kaltura/kaltura_client.rb', line 1034 def full_name @full_name end |
#gender ⇒ Object
Returns the value of attribute gender.
1045 1046 1047 |
# File 'lib/kaltura/kaltura_client.rb', line 1045 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id.
1031 1032 1033 |
# File 'lib/kaltura/kaltura_client.rb', line 1031 def id @id end |
#indexed_partner_data_int ⇒ Object
Returns the value of attribute indexed_partner_data_int.
1050 1051 1052 |
# File 'lib/kaltura/kaltura_client.rb', line 1050 def indexed_partner_data_int @indexed_partner_data_int end |
#indexed_partner_data_string ⇒ Object
Returns the value of attribute indexed_partner_data_string.
1051 1052 1053 |
# File 'lib/kaltura/kaltura_client.rb', line 1051 def indexed_partner_data_string @indexed_partner_data_string end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
1049 1050 1051 |
# File 'lib/kaltura/kaltura_client.rb', line 1049 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1032 1033 1034 |
# File 'lib/kaltura/kaltura_client.rb', line 1032 def partner_id @partner_id end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
1033 1034 1035 |
# File 'lib/kaltura/kaltura_client.rb', line 1033 def screen_name @screen_name end |
#state ⇒ Object
Returns the value of attribute state.
1038 1039 1040 |
# File 'lib/kaltura/kaltura_client.rb', line 1038 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
1046 1047 1048 |
# File 'lib/kaltura/kaltura_client.rb', line 1046 def status @status end |
#storage_size ⇒ Object
Returns the value of attribute storage_size.
1052 1053 1054 |
# File 'lib/kaltura/kaltura_client.rb', line 1052 def storage_size @storage_size end |
#tags ⇒ Object
Returns the value of attribute tags.
1043 1044 1045 |
# File 'lib/kaltura/kaltura_client.rb', line 1043 def @tags end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
1041 1042 1043 |
# File 'lib/kaltura/kaltura_client.rb', line 1041 def thumbnail_url @thumbnail_url end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1048 1049 1050 |
# File 'lib/kaltura/kaltura_client.rb', line 1048 def updated_at @updated_at end |
#zip ⇒ Object
Returns the value of attribute zip.
1040 1041 1042 |
# File 'lib/kaltura/kaltura_client.rb', line 1040 def zip @zip end |