Class: Kaltura::KalturaVendorAlignmentCatalogItem
- Inherits:
-
KalturaVendorCatalogItem
- Object
- KalturaObjectBase
- KalturaVendorCatalogItem
- Kaltura::KalturaVendorAlignmentCatalogItem
- Defined in:
- lib/kaltura_plugins/kaltura_reach_client_plugin.rb
Instance Attribute Summary collapse
-
#output_format ⇒ Object
Returns the value of attribute output_format.
Attributes inherited from KalturaVendorCatalogItem
#allow_resubmission, #created_at, #engine_type, #id, #name, #pricing, #service_feature, #service_type, #source_language, #status, #system_name, #turn_around_time, #updated_at, #vendor_partner_id
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#output_format ⇒ Object
Returns the value of attribute output_format.
963 964 965 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 963 def output_format @output_format end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
969 970 971 972 973 974 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 969 def from_xml(xml_element) super if xml_element.elements['outputFormat'] != nil self.output_format = xml_element.elements['outputFormat'].text end end |