Class: Kaltura::KalturaParseMultiLanguageCaptionAssetJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaParseMultiLanguageCaptionAssetJobData
- Defined in:
- lib/kaltura_plugins/kaltura_caption_client_plugin.rb
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#file_location ⇒ Object
Returns the value of attribute file_location.
-
#multi_lanaguage_caption_asset_id ⇒ Object
Returns the value of attribute multi_lanaguage_caption_asset_id.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#entry_id ⇒ Object
Returns the value of attribute entry_id.
177 178 179 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 177 def entry_id @entry_id end |
#file_location ⇒ Object
Returns the value of attribute file_location.
178 179 180 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 178 def file_location @file_location end |
#multi_lanaguage_caption_asset_id ⇒ Object
Returns the value of attribute multi_lanaguage_caption_asset_id.
176 177 178 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 176 def multi_lanaguage_caption_asset_id @multi_lanaguage_caption_asset_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
181 182 183 184 185 186 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 181 def from_xml(xml_element) super self.multi_lanaguage_caption_asset_id = xml_element.elements['multiLanaguageCaptionAssetId'].text self.entry_id = xml_element.elements['entryId'].text self.file_location = xml_element.elements['fileLocation'].text end |