Class: Kaltura::KalturaUser
- Inherits:
-
Object
- Object
- Kaltura::KalturaUser
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#aboutMe ⇒ Object
Returns the value of attribute aboutMe.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#dateOfBirth ⇒ Object
Returns the value of attribute dateOfBirth.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#networkCollege ⇒ Object
Returns the value of attribute networkCollege.
-
#networkHighschool ⇒ Object
Returns the value of attribute networkHighschool.
-
#partnerData ⇒ Object
Returns the value of attribute partnerData.
-
#screenName ⇒ Object
Returns the value of attribute screenName.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#urlList ⇒ Object
Returns the value of attribute urlList.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#aboutMe ⇒ Object
Returns the value of attribute aboutMe.
111 112 113 |
# File 'lib/kaltura_client.rb', line 111 def aboutMe @aboutMe end |
#city ⇒ Object
Returns the value of attribute city.
116 117 118 |
# File 'lib/kaltura_client.rb', line 116 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
114 115 116 |
# File 'lib/kaltura_client.rb', line 114 def country @country end |
#dateOfBirth ⇒ Object
Returns the value of attribute dateOfBirth.
110 111 112 |
# File 'lib/kaltura_client.rb', line 110 def dateOfBirth @dateOfBirth end |
#email ⇒ Object
Returns the value of attribute email.
109 110 111 |
# File 'lib/kaltura_client.rb', line 109 def email @email end |
#fullName ⇒ Object
Returns the value of attribute fullName.
108 109 110 |
# File 'lib/kaltura_client.rb', line 108 def fullName @fullName end |
#gender ⇒ Object
Returns the value of attribute gender.
113 114 115 |
# File 'lib/kaltura_client.rb', line 113 def gender @gender end |
#networkCollege ⇒ Object
Returns the value of attribute networkCollege.
120 121 122 |
# File 'lib/kaltura_client.rb', line 120 def networkCollege @networkCollege end |
#networkHighschool ⇒ Object
Returns the value of attribute networkHighschool.
119 120 121 |
# File 'lib/kaltura_client.rb', line 119 def networkHighschool @networkHighschool end |
#partnerData ⇒ Object
Returns the value of attribute partnerData.
121 122 123 |
# File 'lib/kaltura_client.rb', line 121 def partnerData @partnerData end |
#screenName ⇒ Object
Returns the value of attribute screenName.
107 108 109 |
# File 'lib/kaltura_client.rb', line 107 def screenName @screenName end |
#state ⇒ Object
Returns the value of attribute state.
115 116 117 |
# File 'lib/kaltura_client.rb', line 115 def state @state end |
#tags ⇒ Object
Returns the value of attribute tags.
112 113 114 |
# File 'lib/kaltura_client.rb', line 112 def @tags end |
#urlList ⇒ Object
Returns the value of attribute urlList.
118 119 120 |
# File 'lib/kaltura_client.rb', line 118 def urlList @urlList end |
#zip ⇒ Object
Returns the value of attribute zip.
117 118 119 |
# File 'lib/kaltura_client.rb', line 117 def zip @zip end |