Class: Kaltura::KalturaTransformMetadataJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaTransformMetadataJobData
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#dest_version ⇒ Object
Returns the value of attribute dest_version.
-
#dest_xsd_path ⇒ Object
Returns the value of attribute dest_xsd_path.
-
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
-
#src_version ⇒ Object
Returns the value of attribute src_version.
-
#src_xsl_path ⇒ Object
Returns the value of attribute src_xsl_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_version ⇒ Object
Returns the value of attribute dest_version.
319 320 321 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 319 def dest_version @dest_version end |
#dest_xsd_path ⇒ Object
Returns the value of attribute dest_xsd_path.
320 321 322 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 320 def dest_xsd_path @dest_xsd_path end |
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
321 322 323 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 321 def @metadata_profile_id end |
#src_version ⇒ Object
Returns the value of attribute src_version.
318 319 320 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 318 def src_version @src_version end |
#src_xsl_path ⇒ Object
Returns the value of attribute src_xsl_path.
317 318 319 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 317 def src_xsl_path @src_xsl_path end |