class Kaltura::KalturaDistributionValidationErrorMissingMetadata
Attributes
field_name[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaDistributionValidationError#from_xml
# File lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb, line 1394 def from_xml(xml_element) super if xml_element.elements['fieldName'] != nil self.field_name = xml_element.elements['fieldName'].text end end