Class: Kaltura::KalturaBulkUploadResultVendorCatalogItem
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- Kaltura::KalturaBulkUploadResultVendorCatalogItem
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#clear_audio_flavor_params_id ⇒ Object
Returns the value of attribute clear_audio_flavor_params_id.
-
#enable_speaker_id ⇒ Object
Returns the value of attribute enable_speaker_id.
-
#fixed_price_addons ⇒ Object
Returns the value of attribute fixed_price_addons.
-
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_format ⇒ Object
Returns the value of attribute output_format.
-
#pricing ⇒ Object
Returns the value of attribute pricing.
-
#service_feature ⇒ Object
Returns the value of attribute service_feature.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#source_language ⇒ Object
Returns the value of attribute source_language.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#target_language ⇒ Object
Returns the value of attribute target_language.
-
#turn_around_time ⇒ Object
Returns the value of attribute turn_around_time.
-
#vendor_catalog_item_id ⇒ Object
Returns the value of attribute vendor_catalog_item_id.
-
#vendor_partner_id ⇒ Object
Returns the value of attribute vendor_partner_id.
Attributes inherited from KalturaBulkUploadResult
#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#clear_audio_flavor_params_id ⇒ Object
Returns the value of attribute clear_audio_flavor_params_id.
11951 11952 11953 |
# File 'lib/kaltura_types.rb', line 11951 def clear_audio_flavor_params_id @clear_audio_flavor_params_id end |
#enable_speaker_id ⇒ Object
Returns the value of attribute enable_speaker_id.
11947 11948 11949 |
# File 'lib/kaltura_types.rb', line 11947 def enable_speaker_id @enable_speaker_id end |
#fixed_price_addons ⇒ Object
Returns the value of attribute fixed_price_addons.
11948 11949 11950 |
# File 'lib/kaltura_types.rb', line 11948 def fixed_price_addons @fixed_price_addons end |
#flavor_params_id ⇒ Object
Returns the value of attribute flavor_params_id.
11950 11951 11952 |
# File 'lib/kaltura_types.rb', line 11950 def flavor_params_id @flavor_params_id end |
#name ⇒ Object
Returns the value of attribute name.
11939 11940 11941 |
# File 'lib/kaltura_types.rb', line 11939 def name @name end |
#output_format ⇒ Object
Returns the value of attribute output_format.
11946 11947 11948 |
# File 'lib/kaltura_types.rb', line 11946 def output_format @output_format end |
#pricing ⇒ Object
Returns the value of attribute pricing.
11949 11950 11951 |
# File 'lib/kaltura_types.rb', line 11949 def pricing @pricing end |
#service_feature ⇒ Object
Returns the value of attribute service_feature.
11941 11942 11943 |
# File 'lib/kaltura_types.rb', line 11941 def service_feature @service_feature end |
#service_type ⇒ Object
Returns the value of attribute service_type.
11942 11943 11944 |
# File 'lib/kaltura_types.rb', line 11942 def service_type @service_type end |
#source_language ⇒ Object
Returns the value of attribute source_language.
11944 11945 11946 |
# File 'lib/kaltura_types.rb', line 11944 def source_language @source_language end |
#system_name ⇒ Object
Returns the value of attribute system_name.
11940 11941 11942 |
# File 'lib/kaltura_types.rb', line 11940 def system_name @system_name end |
#target_language ⇒ Object
Returns the value of attribute target_language.
11945 11946 11947 |
# File 'lib/kaltura_types.rb', line 11945 def target_language @target_language end |
#turn_around_time ⇒ Object
Returns the value of attribute turn_around_time.
11943 11944 11945 |
# File 'lib/kaltura_types.rb', line 11943 def turn_around_time @turn_around_time end |
#vendor_catalog_item_id ⇒ Object
Returns the value of attribute vendor_catalog_item_id.
11937 11938 11939 |
# File 'lib/kaltura_types.rb', line 11937 def vendor_catalog_item_id @vendor_catalog_item_id end |
#vendor_partner_id ⇒ Object
Returns the value of attribute vendor_partner_id.
11938 11939 11940 |
# File 'lib/kaltura_types.rb', line 11938 def vendor_partner_id @vendor_partner_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
11984 11985 11986 11987 11988 11989 11990 11991 11992 11993 11994 11995 11996 11997 11998 11999 12000 12001 12002 12003 12004 12005 12006 12007 12008 12009 12010 12011 12012 12013 12014 12015 12016 12017 12018 12019 12020 12021 12022 12023 12024 12025 12026 12027 12028 12029 12030 12031 |
# File 'lib/kaltura_types.rb', line 11984 def from_xml(xml_element) super if xml_element.elements['vendorCatalogItemId'] != nil self.vendor_catalog_item_id = xml_element.elements['vendorCatalogItemId'].text end if xml_element.elements['vendorPartnerId'] != nil self.vendor_partner_id = xml_element.elements['vendorPartnerId'].text end if xml_element.elements['name'] != nil self.name = xml_element.elements['name'].text end if xml_element.elements['systemName'] != nil self.system_name = xml_element.elements['systemName'].text end if xml_element.elements['serviceFeature'] != nil self.service_feature = xml_element.elements['serviceFeature'].text end if xml_element.elements['serviceType'] != nil self.service_type = xml_element.elements['serviceType'].text end if xml_element.elements['turnAroundTime'] != nil self.turn_around_time = xml_element.elements['turnAroundTime'].text end if xml_element.elements['sourceLanguage'] != nil self.source_language = xml_element.elements['sourceLanguage'].text end if xml_element.elements['targetLanguage'] != nil self.target_language = xml_element.elements['targetLanguage'].text end if xml_element.elements['outputFormat'] != nil self.output_format = xml_element.elements['outputFormat'].text end if xml_element.elements['enableSpeakerId'] != nil self.enable_speaker_id = xml_element.elements['enableSpeakerId'].text end if xml_element.elements['fixedPriceAddons'] != nil self.fixed_price_addons = xml_element.elements['fixedPriceAddons'].text end if xml_element.elements['pricing'] != nil self.pricing = KalturaClientBase.object_from_xml(xml_element.elements['pricing'], 'KalturaVendorCatalogItemPricing') end if xml_element.elements['flavorParamsId'] != nil self.flavor_params_id = xml_element.elements['flavorParamsId'].text end if xml_element.elements['clearAudioFlavorParamsId'] != nil self.clear_audio_flavor_params_id = xml_element.elements['clearAudioFlavorParamsId'].text end end |