Class: Kaltura::KalturaGenericDistributionJobProviderData
- Inherits:
-
KalturaDistributionJobProviderData
- Object
- KalturaObjectBase
- KalturaDistributionJobProviderData
- Kaltura::KalturaGenericDistributionJobProviderData
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#result_parse_data ⇒ Object
Returns the value of attribute result_parse_data.
-
#result_parser_type ⇒ Object
Returns the value of attribute result_parser_type.
-
#xml ⇒ Object
Returns the value of attribute xml.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#result_parse_data ⇒ Object
Returns the value of attribute result_parse_data.
931 932 933 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 931 def result_parse_data @result_parse_data end |
#result_parser_type ⇒ Object
Returns the value of attribute result_parser_type.
932 933 934 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 932 def result_parser_type @result_parser_type end |
#xml ⇒ Object
Returns the value of attribute xml.
930 931 932 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 930 def xml @xml end |