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.
1124 1125 1126 |
# File 'lib/kaltura/kaltura_client.rb', line 1124 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by.
1120 1121 1122 |
# File 'lib/kaltura/kaltura_client.rb', line 1120 def created_by @created_by end |
#email ⇒ Object
Returns the value of attribute email.
1116 1117 1118 |
# File 'lib/kaltura/kaltura_client.rb', line 1116 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
1117 1118 1119 |
# File 'lib/kaltura/kaltura_client.rb', line 1117 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
1115 1116 1117 |
# File 'lib/kaltura/kaltura_client.rb', line 1115 def id @id end |
#is_primary ⇒ Object
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_name ⇒ Object
Returns the value of attribute last_name.
1118 1119 1120 |
# File 'lib/kaltura/kaltura_client.rb', line 1118 def last_name @last_name end |
#password ⇒ Object
Returns the value of attribute password.
1119 1120 1121 |
# File 'lib/kaltura/kaltura_client.rb', line 1119 def password @password end |
#role ⇒ Object
Returns the value of attribute role.
1125 1126 1127 |
# File 'lib/kaltura/kaltura_client.rb', line 1125 def role @role end |
#status ⇒ Object
Returns the value of attribute status.
1121 1122 1123 |
# File 'lib/kaltura/kaltura_client.rb', line 1121 def status @status end |
#status_updated_at ⇒ Object
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 |