Class: Kaltura::KalturaDistributionJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaDistributionJobData
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Direct Known Subclasses
KalturaDistributionDeleteJobData, KalturaDistributionFetchReportJobData, KalturaDistributionSubmitJobData, KalturaDistributionUpdateJobData
Instance Attribute Summary collapse
-
#distribution_profile ⇒ Object
Returns the value of attribute distribution_profile.
-
#distribution_profile_id ⇒ Object
Returns the value of attribute distribution_profile_id.
-
#entry_distribution ⇒ Object
Returns the value of attribute entry_distribution.
-
#entry_distribution_id ⇒ Object
Returns the value of attribute entry_distribution_id.
-
#media_files ⇒ Object
Stores array of media files that submitted to the destination site Could be used later for media update.
-
#provider_data ⇒ Object
Additional data that relevant for the provider only.
-
#provider_type ⇒ Object
Returns the value of attribute provider_type.
-
#remote_id ⇒ Object
Id of the media in the remote system.
-
#results ⇒ Object
The results as returned from the remote destination.
-
#sent_data ⇒ Object
The data as sent to the remote destination.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#distribution_profile ⇒ Object
Returns the value of attribute distribution_profile.
765 766 767 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 765 def distribution_profile @distribution_profile end |
#distribution_profile_id ⇒ Object
Returns the value of attribute distribution_profile_id.
764 765 766 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 764 def distribution_profile_id @distribution_profile_id end |
#entry_distribution ⇒ Object
Returns the value of attribute entry_distribution.
767 768 769 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 767 def entry_distribution @entry_distribution end |
#entry_distribution_id ⇒ Object
Returns the value of attribute entry_distribution_id.
766 767 768 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 766 def entry_distribution_id @entry_distribution_id end |
#media_files ⇒ Object
Stores array of media files that submitted to the destination site Could be used later for media update
784 785 786 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 784 def media_files @media_files end |
#provider_data ⇒ Object
Additional data that relevant for the provider only
774 775 776 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 774 def provider_data @provider_data end |
#provider_type ⇒ Object
Returns the value of attribute provider_type.
771 772 773 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 771 def provider_type @provider_type end |
#remote_id ⇒ Object
Id of the media in the remote system
770 771 772 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 770 def remote_id @remote_id end |
#results ⇒ Object
The results as returned from the remote destination
777 778 779 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 777 def results @results end |
#sent_data ⇒ Object
The data as sent to the remote destination
780 781 782 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 780 def sent_data @sent_data end |