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.



1167
1168
1169
# File 'lib/kaltura/kaltura_client.rb', line 1167

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by.



1163
1164
1165
# File 'lib/kaltura/kaltura_client.rb', line 1163

def created_by
  @created_by
end

#emailObject

Returns the value of attribute email.



1159
1160
1161
# File 'lib/kaltura/kaltura_client.rb', line 1159

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



1160
1161
1162
# File 'lib/kaltura/kaltura_client.rb', line 1160

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



1158
1159
1160
# File 'lib/kaltura/kaltura_client.rb', line 1158

def id
  @id
end

#is_primaryObject

Returns the value of attribute is_primary.



1165
1166
1167
# File 'lib/kaltura/kaltura_client.rb', line 1165

def is_primary
  @is_primary
end

#last_nameObject

Returns the value of attribute last_name.



1161
1162
1163
# File 'lib/kaltura/kaltura_client.rb', line 1161

def last_name
  @last_name
end

#passwordObject

Returns the value of attribute password.



1162
1163
1164
# File 'lib/kaltura/kaltura_client.rb', line 1162

def password
  @password
end

#roleObject

Returns the value of attribute role.



1168
1169
1170
# File 'lib/kaltura/kaltura_client.rb', line 1168

def role
  @role
end

#statusObject

Returns the value of attribute status.



1164
1165
1166
# File 'lib/kaltura/kaltura_client.rb', line 1164

def status
  @status
end

#status_updated_atObject

Returns the value of attribute status_updated_at.



1166
1167
1168
# File 'lib/kaltura/kaltura_client.rb', line 1166

def status_updated_at
  @status_updated_at
end