Class: KalturaApi::KalturaObjectIdentifier

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Overview

Configuration for extended item in the Kaltura MRSS feeds

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#extended_featuresObject

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