Class: Kaltura::KalturaUser
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaUser
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#admin_tags ⇒ Object
Returns the value of attribute admin_tags.
2449 2450 2451 |
# File 'lib/kaltura_client.rb', line 2449 def @admin_tags end |
#city ⇒ Object
Returns the value of attribute city.
2444 2445 2446 |
# File 'lib/kaltura_client.rb', line 2444 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
2442 2443 2444 |
# File 'lib/kaltura_client.rb', line 2442 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at.
2452 2453 2454 |
# File 'lib/kaltura_client.rb', line 2452 def created_at @created_at end |
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
2441 2442 2443 |
# File 'lib/kaltura_client.rb', line 2441 def date_of_birth @date_of_birth end |
#description ⇒ Object
Returns the value of attribute description.
2447 2448 2449 |
# File 'lib/kaltura_client.rb', line 2447 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
2440 2441 2442 |
# File 'lib/kaltura_client.rb', line 2440 def email @email end |
#full_name ⇒ Object
Returns the value of attribute full_name.
2439 2440 2441 |
# File 'lib/kaltura_client.rb', line 2439 def full_name @full_name end |
#gender ⇒ Object
Returns the value of attribute gender.
2450 2451 2452 |
# File 'lib/kaltura_client.rb', line 2450 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id.
2436 2437 2438 |
# File 'lib/kaltura_client.rb', line 2436 def id @id end |
#indexed_partner_data_int ⇒ Object
Returns the value of attribute indexed_partner_data_int.
2455 2456 2457 |
# File 'lib/kaltura_client.rb', line 2455 def indexed_partner_data_int @indexed_partner_data_int end |
#indexed_partner_data_string ⇒ Object
Returns the value of attribute indexed_partner_data_string.
2456 2457 2458 |
# File 'lib/kaltura_client.rb', line 2456 def indexed_partner_data_string @indexed_partner_data_string end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
2454 2455 2456 |
# File 'lib/kaltura_client.rb', line 2454 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2437 2438 2439 |
# File 'lib/kaltura_client.rb', line 2437 def partner_id @partner_id end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
2438 2439 2440 |
# File 'lib/kaltura_client.rb', line 2438 def screen_name @screen_name end |
#state ⇒ Object
Returns the value of attribute state.
2443 2444 2445 |
# File 'lib/kaltura_client.rb', line 2443 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
2451 2452 2453 |
# File 'lib/kaltura_client.rb', line 2451 def status @status end |
#storage_size ⇒ Object
Returns the value of attribute storage_size.
2457 2458 2459 |
# File 'lib/kaltura_client.rb', line 2457 def storage_size @storage_size end |
#tags ⇒ Object
Returns the value of attribute tags.
2448 2449 2450 |
# File 'lib/kaltura_client.rb', line 2448 def @tags end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
2446 2447 2448 |
# File 'lib/kaltura_client.rb', line 2446 def thumbnail_url @thumbnail_url end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
2453 2454 2455 |
# File 'lib/kaltura_client.rb', line 2453 def updated_at @updated_at end |
#zip ⇒ Object
Returns the value of attribute zip.
2445 2446 2447 |
# File 'lib/kaltura_client.rb', line 2445 def zip @zip end |