Class: Kaltura::KalturaDistributionValidationErrorMissingMetadata

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

Instance Attribute Summary collapse

Attributes inherited from KalturaDistributionValidationError

#action, #description, #error_type

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#field_nameObject

Returns the value of attribute field_name.



1098
1099
1100
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1098

def field_name
  @field_name
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



1101
1102
1103
1104
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 1101

def from_xml(xml_element)
	super
	self.field_name = xml_element.elements['fieldName'].text
end