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.
1087 1088 1089 |
# File 'lib/kaltura/kaltura_client.rb', line 1087 def @admin_tags end |
#city ⇒ Object
Returns the value of attribute city.
1082 1083 1084 |
# File 'lib/kaltura/kaltura_client.rb', line 1082 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
1080 1081 1082 |
# File 'lib/kaltura/kaltura_client.rb', line 1080 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1090 1091 1092 |
# File 'lib/kaltura/kaltura_client.rb', line 1090 def created_at @created_at end |
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
1079 1080 1081 |
# File 'lib/kaltura/kaltura_client.rb', line 1079 def date_of_birth @date_of_birth end |
#description ⇒ Object
Returns the value of attribute description.
1085 1086 1087 |
# File 'lib/kaltura/kaltura_client.rb', line 1085 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
1078 1079 1080 |
# File 'lib/kaltura/kaltura_client.rb', line 1078 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
1077 1078 1079 |
# File 'lib/kaltura/kaltura_client.rb', line 1077 def full_name @full_name end |
#gender ⇒ Object
Returns the value of attribute gender.
1088 1089 1090 |
# File 'lib/kaltura/kaltura_client.rb', line 1088 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id.
1074 1075 1076 |
# File 'lib/kaltura/kaltura_client.rb', line 1074 def id @id end |
#indexed_partner_data_int ⇒ Object
Returns the value of attribute indexed_partner_data_int.
1093 1094 1095 |
# File 'lib/kaltura/kaltura_client.rb', line 1093 def indexed_partner_data_int @indexed_partner_data_int end |
#indexed_partner_data_string ⇒ Object
Returns the value of attribute indexed_partner_data_string.
1094 1095 1096 |
# File 'lib/kaltura/kaltura_client.rb', line 1094 def indexed_partner_data_string @indexed_partner_data_string end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
1092 1093 1094 |
# File 'lib/kaltura/kaltura_client.rb', line 1092 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1075 1076 1077 |
# File 'lib/kaltura/kaltura_client.rb', line 1075 def partner_id @partner_id end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
1076 1077 1078 |
# File 'lib/kaltura/kaltura_client.rb', line 1076 def screen_name @screen_name end |
#state ⇒ Object
Returns the value of attribute state.
1081 1082 1083 |
# File 'lib/kaltura/kaltura_client.rb', line 1081 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
1089 1090 1091 |
# File 'lib/kaltura/kaltura_client.rb', line 1089 def status @status end |
#storage_size ⇒ Object
Returns the value of attribute storage_size.
1095 1096 1097 |
# File 'lib/kaltura/kaltura_client.rb', line 1095 def storage_size @storage_size end |
#tags ⇒ Object
Returns the value of attribute tags.
1086 1087 1088 |
# File 'lib/kaltura/kaltura_client.rb', line 1086 def @tags end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
1084 1085 1086 |
# File 'lib/kaltura/kaltura_client.rb', line 1084 def thumbnail_url @thumbnail_url end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1091 1092 1093 |
# File 'lib/kaltura/kaltura_client.rb', line 1091 def updated_at @updated_at end |
#zip ⇒ Object
Returns the value of attribute zip.
1083 1084 1085 |
# File 'lib/kaltura/kaltura_client.rb', line 1083 def zip @zip end |