Class: KalturaApi::KalturaPermission
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaPermission
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#depends_on_permission_names ⇒ Object
Returns the value of attribute depends_on_permission_names.
-
#description ⇒ Object
Returns the value of attribute description.
-
#friendly_name ⇒ Object
Returns the value of attribute friendly_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_group ⇒ Object
Returns the value of attribute partner_group.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#permission_items_ids ⇒ Object
Returns the value of attribute permission_items_ids.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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.
5068 5069 5070 |
# File 'lib/kaltura_client.rb', line 5068 def created_at @created_at end |
#depends_on_permission_names ⇒ Object
Returns the value of attribute depends_on_permission_names.
5065 5066 5067 |
# File 'lib/kaltura_client.rb', line 5065 def @depends_on_permission_names end |
#description ⇒ Object
Returns the value of attribute description.
5062 5063 5064 |
# File 'lib/kaltura_client.rb', line 5062 def description @description end |
#friendly_name ⇒ Object
Returns the value of attribute friendly_name.
5061 5062 5063 |
# File 'lib/kaltura_client.rb', line 5061 def friendly_name @friendly_name end |
#id ⇒ Object
Returns the value of attribute id.
5058 5059 5060 |
# File 'lib/kaltura_client.rb', line 5058 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5060 5061 5062 |
# File 'lib/kaltura_client.rb', line 5060 def name @name end |
#partner_group ⇒ Object
Returns the value of attribute partner_group.
5070 5071 5072 |
# File 'lib/kaltura_client.rb', line 5070 def partner_group @partner_group end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5064 5065 5066 |
# File 'lib/kaltura_client.rb', line 5064 def partner_id @partner_id end |
#permission_items_ids ⇒ Object
Returns the value of attribute permission_items_ids.
5067 5068 5069 |
# File 'lib/kaltura_client.rb', line 5067 def @permission_items_ids end |
#status ⇒ Object
Returns the value of attribute status.
5063 5064 5065 |
# File 'lib/kaltura_client.rb', line 5063 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
5066 5067 5068 |
# File 'lib/kaltura_client.rb', line 5066 def @tags end |
#type ⇒ Object
Returns the value of attribute type.
5059 5060 5061 |
# File 'lib/kaltura_client.rb', line 5059 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5069 5070 5071 |
# File 'lib/kaltura_client.rb', line 5069 def updated_at @updated_at end |