Class: Kaltura::AdminUser
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::AdminUser
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
46 47 48 |
# File 'lib/kaltura/kaltura_client.rb', line 46 def email @email end |
#password ⇒ Object
Returns the value of attribute password.
45 46 47 |
# File 'lib/kaltura/kaltura_client.rb', line 45 def password @password end |
#screen_name ⇒ Object
Returns the value of attribute screen_name.
47 48 49 |
# File 'lib/kaltura/kaltura_client.rb', line 47 def screen_name @screen_name end |