Class: Kaltura::SystemUser
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::SystemUser
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_primary ⇒ Object
Returns the value of attribute is_primary.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#role ⇒ Object
Returns the value of attribute role.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_updated_at ⇒ Object
Returns the value of attribute status_updated_at.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at ⇒ Object
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_by ⇒ Object
Returns the value of attribute created_by.
1163 1164 1165 |
# File 'lib/kaltura/kaltura_client.rb', line 1163 def created_by @created_by end |
#email ⇒ Object
Returns the value of attribute email.
1159 1160 1161 |
# File 'lib/kaltura/kaltura_client.rb', line 1159 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
1160 1161 1162 |
# File 'lib/kaltura/kaltura_client.rb', line 1160 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
1158 1159 1160 |
# File 'lib/kaltura/kaltura_client.rb', line 1158 def id @id end |
#is_primary ⇒ Object
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_name ⇒ Object
Returns the value of attribute last_name.
1161 1162 1163 |
# File 'lib/kaltura/kaltura_client.rb', line 1161 def last_name @last_name end |
#password ⇒ Object
Returns the value of attribute password.
1162 1163 1164 |
# File 'lib/kaltura/kaltura_client.rb', line 1162 def password @password end |
#role ⇒ Object
Returns the value of attribute role.
1168 1169 1170 |
# File 'lib/kaltura/kaltura_client.rb', line 1168 def role @role end |
#status ⇒ Object
Returns the value of attribute status.
1164 1165 1166 |
# File 'lib/kaltura/kaltura_client.rb', line 1164 def status @status end |
#status_updated_at ⇒ Object
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 |