Class: Kaltura::KalturaCondition
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCondition
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaABCScreenersWatermarkCondition, KalturaAssetPropertiesCompareCondition, KalturaAuthenticatedCondition, KalturaCompareCondition, KalturaEventFieldCondition, KalturaEventObjectChangedCondition, KalturaMatchCondition
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#not ⇒ Object
Returns the value of attribute not.
-
#type ⇒ Object
The type of the access control condition.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
2364 2365 2366 |
# File 'lib/kaltura_client.rb', line 2364 def description @description end |
#not ⇒ Object
Returns the value of attribute not.
2365 2366 2367 |
# File 'lib/kaltura_client.rb', line 2365 def not @not end |
#type ⇒ Object
The type of the access control condition
2363 2364 2365 |
# File 'lib/kaltura_client.rb', line 2363 def type @type end |