Class: Kaltura::KalturaPermissionItem
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPermissionItem
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaApiActionPermissionItem, KalturaApiParameterPermissionItem
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#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.
5097 5098 5099 |
# File 'lib/kaltura_client.rb', line 5097 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
5093 5094 5095 |
# File 'lib/kaltura_client.rb', line 5093 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5095 5096 5097 |
# File 'lib/kaltura_client.rb', line 5095 def partner_id @partner_id end |
#tags ⇒ Object
Returns the value of attribute tags.
5096 5097 5098 |
# File 'lib/kaltura_client.rb', line 5096 def @tags end |
#type ⇒ Object
Returns the value of attribute type.
5094 5095 5096 |
# File 'lib/kaltura_client.rb', line 5094 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5098 5099 5100 |
# File 'lib/kaltura_client.rb', line 5098 def updated_at @updated_at end |