Class: Kaltura::AdminUser

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#emailObject

Returns the value of attribute email.



46
47
48
# File 'lib/kaltura/kaltura_client.rb', line 46

def email
  @email
end

#passwordObject

Returns the value of attribute password.



45
46
47
# File 'lib/kaltura/kaltura_client.rb', line 45

def password
  @password
end

#screen_nameObject

Returns the value of attribute screen_name.



47
48
49
# File 'lib/kaltura/kaltura_client.rb', line 47

def screen_name
  @screen_name
end