Class: Kaltura::KalturaDataEntryMatchAttributeCondition

Inherits:
KalturaSearchMatchAttributeCondition show all
Defined in:
lib/kaltura_types.rb

Overview

Auto-generated class.

Used to search KalturaDataEntry attributes. Use KalturaDataEntryMatchAttribute enum to provide attribute name.

/

Instance Attribute Summary collapse

Attributes inherited from KalturaSearchMatchAttributeCondition

#not

Attributes inherited from KalturaAttributeCondition

#value

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute.



18093
18094
18095
# File 'lib/kaltura_types.rb', line 18093

def attribute
  @attribute
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



18096
18097
18098
18099
18100
18101
# File 'lib/kaltura_types.rb', line 18096

def from_xml(xml_element)
	super
	if xml_element.elements['attribute'] != nil
		self.attribute = xml_element.elements['attribute'].text
	end
end