Class: Kaltura::KalturaObjectIdentifier
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaObjectIdentifier
- Defined in:
- lib/kaltura_client.rb
Overview
Configuration for extended item in the Kaltura MRSS feeds
Direct Known Subclasses
Instance Attribute Summary collapse
-
#extended_features ⇒ Object
Comma separated string of enum values denoting which features of the item need to be included in the MRSS.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#extended_features ⇒ Object
Comma separated string of enum values denoting which features of the item need to be included in the MRSS
3620 3621 3622 |
# File 'lib/kaltura_client.rb', line 3620 def extended_features @extended_features end |