class Kaltura::KalturaCrossKalturaDistributionProfile
Attributes
collaborators_custom_metadata_profile_id[RW]
collaborators_from_custom_metadata_profile[RW]
designated_categories[RW]
distribute_captions[RW]
distribute_categories[RW]
distribute_cue_points[RW]
distribute_remote_caption_asset_content[RW]
distribute_remote_flavor_asset_content[RW]
distribute_remote_thumb_asset_content[RW]
map_access_control_profile_ids[RW]
map_attachment_params_ids[RW]
map_caption_params_ids[RW]
map_conversion_profile_ids[RW]
map_flavor_params_ids[RW]
map_metadata_profile_ids[RW]
map_storage_profile_ids[RW]
map_thumb_params_ids[RW]
metadata_xpaths_trigger_update[RW]
metadata_xslt[RW]
target_account_id[RW]
target_login_id[RW]
target_login_password[RW]
target_service_url[RW]
Public Instance Methods
collaborators_from_custom_metadata_profile=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 140 def collaborators_from_custom_metadata_profile=(val) @collaborators_from_custom_metadata_profile = to_b(val) end
distribute_captions=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 134 def distribute_captions=(val) @distribute_captions = to_b(val) end
distribute_categories=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 137 def distribute_categories=(val) @distribute_categories = to_b(val) end
distribute_cue_points=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 143 def distribute_cue_points=(val) @distribute_cue_points = to_b(val) end
distribute_remote_caption_asset_content=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 152 def distribute_remote_caption_asset_content=(val) @distribute_remote_caption_asset_content = to_b(val) end
distribute_remote_flavor_asset_content=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 146 def distribute_remote_flavor_asset_content=(val) @distribute_remote_flavor_asset_content = to_b(val) end
distribute_remote_thumb_asset_content=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 149 def distribute_remote_thumb_asset_content=(val) @distribute_remote_thumb_asset_content = to_b(val) end
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaConfigurableDistributionProfile#from_xml
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 156 def from_xml(xml_element) super if xml_element.elements['targetServiceUrl'] != nil self.target_service_url = xml_element.elements['targetServiceUrl'].text end if xml_element.elements['targetAccountId'] != nil self.target_account_id = xml_element.elements['targetAccountId'].text end if xml_element.elements['targetLoginId'] != nil self.target_login_id = xml_element.elements['targetLoginId'].text end if xml_element.elements['targetLoginPassword'] != nil self.target_login_password = xml_element.elements['targetLoginPassword'].text end if xml_element.elements['metadataXslt'] != nil self.metadata_xslt = xml_element.elements['metadataXslt'].text end if xml_element.elements['metadataXpathsTriggerUpdate'] != nil self.metadata_xpaths_trigger_update = KalturaClientBase.object_from_xml(xml_element.elements['metadataXpathsTriggerUpdate'], 'KalturaStringValue') end if xml_element.elements['distributeCaptions'] != nil self.distribute_captions = xml_element.elements['distributeCaptions'].text end if xml_element.elements['designatedCategories'] != nil self.designated_categories = xml_element.elements['designatedCategories'].text end if xml_element.elements['distributeCategories'] != nil self.distribute_categories = xml_element.elements['distributeCategories'].text end if xml_element.elements['collaboratorsCustomMetadataProfileId'] != nil self.collaborators_custom_metadata_profile_id = xml_element.elements['collaboratorsCustomMetadataProfileId'].text end if xml_element.elements['collaboratorsFromCustomMetadataProfile'] != nil self.collaborators_from_custom_metadata_profile = xml_element.elements['collaboratorsFromCustomMetadataProfile'].text end if xml_element.elements['distributeCuePoints'] != nil self.distribute_cue_points = xml_element.elements['distributeCuePoints'].text end if xml_element.elements['distributeRemoteFlavorAssetContent'] != nil self.distribute_remote_flavor_asset_content = xml_element.elements['distributeRemoteFlavorAssetContent'].text end if xml_element.elements['distributeRemoteThumbAssetContent'] != nil self.distribute_remote_thumb_asset_content = xml_element.elements['distributeRemoteThumbAssetContent'].text end if xml_element.elements['distributeRemoteCaptionAssetContent'] != nil self.distribute_remote_caption_asset_content = xml_element.elements['distributeRemoteCaptionAssetContent'].text end if xml_element.elements['mapAccessControlProfileIds'] != nil self.map_access_control_profile_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapAccessControlProfileIds'], 'KalturaKeyValue') end if xml_element.elements['mapConversionProfileIds'] != nil self.map_conversion_profile_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapConversionProfileIds'], 'KalturaKeyValue') end if xml_element.elements['mapMetadataProfileIds'] != nil self.map_metadata_profile_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapMetadataProfileIds'], 'KalturaKeyValue') end if xml_element.elements['mapStorageProfileIds'] != nil self.map_storage_profile_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapStorageProfileIds'], 'KalturaKeyValue') end if xml_element.elements['mapFlavorParamsIds'] != nil self.map_flavor_params_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapFlavorParamsIds'], 'KalturaKeyValue') end if xml_element.elements['mapThumbParamsIds'] != nil self.map_thumb_params_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapThumbParamsIds'], 'KalturaKeyValue') end if xml_element.elements['mapCaptionParamsIds'] != nil self.map_caption_params_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapCaptionParamsIds'], 'KalturaKeyValue') end if xml_element.elements['mapAttachmentParamsIds'] != nil self.map_attachment_params_ids = KalturaClientBase.object_from_xml(xml_element.elements['mapAttachmentParamsIds'], 'KalturaKeyValue') end end
target_account_id=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_cross_kaltura_distribution_client_plugin.rb, line 131 def target_account_id=(val) @target_account_id = val.to_i end