Class: Kaltura::KalturaApiActionPermissionItem
- Inherits:
-
KalturaPermissionItem
- Object
- KalturaObjectBase
- KalturaPermissionItem
- Kaltura::KalturaApiActionPermissionItem
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#service ⇒ Object
Returns the value of attribute service.
Attributes inherited from KalturaPermissionItem
#created_at, #id, #partner_id, #tags, #type, #updated_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
6227 6228 6229 |
# File 'lib/kaltura_client.rb', line 6227 def action @action end |
#service ⇒ Object
Returns the value of attribute service.
6226 6227 6228 |
# File 'lib/kaltura_client.rb', line 6226 def service @service end |