Class: Kaltura::SystemUser

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

#created_atObject

Returns the value of attribute created_at.



1124
1125
1126
# File 'lib/kaltura/kaltura_client.rb', line 1124

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by.



1120
1121
1122
# File 'lib/kaltura/kaltura_client.rb', line 1120

def created_by
  @created_by
end

#emailObject

Returns the value of attribute email.



1116
1117
1118
# File 'lib/kaltura/kaltura_client.rb', line 1116

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



1117
1118
1119
# File 'lib/kaltura/kaltura_client.rb', line 1117

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



1115
1116
1117
# File 'lib/kaltura/kaltura_client.rb', line 1115

def id
  @id
end

#is_primaryObject

Returns the value of attribute is_primary.



1122
1123
1124
# File 'lib/kaltura/kaltura_client.rb', line 1122

def is_primary
  @is_primary
end

#last_nameObject

Returns the value of attribute last_name.



1118
1119
1120
# File 'lib/kaltura/kaltura_client.rb', line 1118

def last_name
  @last_name
end

#passwordObject

Returns the value of attribute password.



1119
1120
1121
# File 'lib/kaltura/kaltura_client.rb', line 1119

def password
  @password
end

#roleObject

Returns the value of attribute role.



1125
1126
1127
# File 'lib/kaltura/kaltura_client.rb', line 1125

def role
  @role
end

#statusObject

Returns the value of attribute status.



1121
1122
1123
# File 'lib/kaltura/kaltura_client.rb', line 1121

def status
  @status
end

#status_updated_atObject

Returns the value of attribute status_updated_at.



1123
1124
1125
# File 'lib/kaltura/kaltura_client.rb', line 1123

def status_updated_at
  @status_updated_at
end