Class: Kaltura::KalturaVendorTaskDataCaptionAsset
- Inherits:
-
KalturaVendorTaskData
- Object
- KalturaObjectBase
- KalturaVendorTaskData
- Kaltura::KalturaVendorTaskDataCaptionAsset
- Defined in:
- lib/kaltura_plugins/kaltura_reach_client_plugin.rb
Direct Known Subclasses
KalturaAlignmentVendorTaskData, KalturaTranslationVendorTaskData
Instance Attribute Summary collapse
-
#caption_asset_id ⇒ Object
Optional - The id of the caption asset object.
Attributes inherited from KalturaVendorTaskData
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#caption_asset_id ⇒ Object
Optional - The id of the caption asset object
1158 1159 1160 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1158 def @caption_asset_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
1161 1162 1163 1164 1165 1166 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1161 def from_xml(xml_element) super if xml_element.elements['captionAssetId'] != nil self. = xml_element.elements['captionAssetId'].text end end |