Class: Kaltura::KalturaSystemUser
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSystemUser
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
2605 2606 2607 |
# File 'lib/kaltura_client.rb', line 2605 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by.
2601 2602 2603 |
# File 'lib/kaltura_client.rb', line 2601 def created_by @created_by end |
#email ⇒ Object
Returns the value of attribute email.
2597 2598 2599 |
# File 'lib/kaltura_client.rb', line 2597 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
2598 2599 2600 |
# File 'lib/kaltura_client.rb', line 2598 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
2596 2597 2598 |
# File 'lib/kaltura_client.rb', line 2596 def id @id end |
#is_primary ⇒ Object
Returns the value of attribute is_primary.
2603 2604 2605 |
# File 'lib/kaltura_client.rb', line 2603 def is_primary @is_primary end |
#last_name ⇒ Object
Returns the value of attribute last_name.
2599 2600 2601 |
# File 'lib/kaltura_client.rb', line 2599 def last_name @last_name end |
#password ⇒ Object
Returns the value of attribute password.
2600 2601 2602 |
# File 'lib/kaltura_client.rb', line 2600 def password @password end |
#role ⇒ Object
Returns the value of attribute role.
2606 2607 2608 |
# File 'lib/kaltura_client.rb', line 2606 def role @role end |
#status ⇒ Object
Returns the value of attribute status.
2602 2603 2604 |
# File 'lib/kaltura_client.rb', line 2602 def status @status end |
#status_updated_at ⇒ Object
Returns the value of attribute status_updated_at.
2604 2605 2606 |
# File 'lib/kaltura_client.rb', line 2604 def status_updated_at @status_updated_at end |