Class: Kaltura::KalturaAdminUser
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaAdminUser
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#password ⇒ Object
Returns the value of attribute password.
-
#screen_name ⇒ Object
Returns the value of attribute screen_name.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
1013 1014 1015 |
# File 'lib/kaltura_client.rb', line 1013 def email @email end |
#password ⇒ Object
Returns the value of attribute password.
1012 1013 1014 |
# File 'lib/kaltura_client.rb', line 1012 def password @password end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
1014 1015 1016 |
# File 'lib/kaltura_client.rb', line 1014 def screen_name @screen_name end |