Class: KalturaApi::KalturaUserRole
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaUserRole
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#permission_names ⇒ Object
Returns the value of attribute permission_names.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Returns the value of attribute 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.
6058 6059 6060 |
# File 'lib/kaltura_client.rb', line 6058 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
6053 6054 6055 |
# File 'lib/kaltura_client.rb', line 6053 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
6050 6051 6052 |
# File 'lib/kaltura_client.rb', line 6050 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6051 6052 6053 |
# File 'lib/kaltura_client.rb', line 6051 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
6055 6056 6057 |
# File 'lib/kaltura_client.rb', line 6055 def partner_id @partner_id end |
#permission_names ⇒ Object
Returns the value of attribute permission_names.
6056 6057 6058 |
# File 'lib/kaltura_client.rb', line 6056 def @permission_names end |
#status ⇒ Object
Returns the value of attribute status.
6054 6055 6056 |
# File 'lib/kaltura_client.rb', line 6054 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
6052 6053 6054 |
# File 'lib/kaltura_client.rb', line 6052 def system_name @system_name end |
#tags ⇒ Object
Returns the value of attribute tags.
6057 6058 6059 |
# File 'lib/kaltura_client.rb', line 6057 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6059 6060 6061 |
# File 'lib/kaltura_client.rb', line 6059 def updated_at @updated_at end |