Class: Kaltura::KalturaDistributionJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#distribution_profileObject

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_idObject

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_distributionObject

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_idObject

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_filesObject

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_dataObject

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_typeObject

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_idObject

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

#resultsObject

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_dataObject

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