Class: Kaltura::KalturaAdminUser

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#emailObject

Returns the value of attribute email.



1013
1014
1015
# File 'lib/kaltura_client.rb', line 1013

def email
  @email
end

#passwordObject

Returns the value of attribute password.



1012
1013
1014
# File 'lib/kaltura_client.rb', line 1012

def password
  @password
end

#screen_nameObject

Returns the value of attribute screen_name.



1014
1015
1016
# File 'lib/kaltura_client.rb', line 1014

def screen_name
  @screen_name
end