Class: Kaltura::KalturaApiParameterPermissionItem
- Inherits:
-
KalturaPermissionItem
- Object
- KalturaObjectBase
- KalturaPermissionItem
- Kaltura::KalturaApiParameterPermissionItem
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#object ⇒ Object
Returns the value of attribute object.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
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.
6234 6235 6236 |
# File 'lib/kaltura_client.rb', line 6234 def action @action end |
#object ⇒ Object
Returns the value of attribute object.
6232 6233 6234 |
# File 'lib/kaltura_client.rb', line 6232 def object @object end |
#parameter ⇒ Object
Returns the value of attribute parameter.
6233 6234 6235 |
# File 'lib/kaltura_client.rb', line 6233 def parameter @parameter end |