Class: Kaltura::KalturaFieldMatchCondition
- Inherits:
-
KalturaMatchCondition
- Object
- KalturaObjectBase
- KalturaCondition
- KalturaMatchCondition
- Kaltura::KalturaFieldMatchCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Field to evaluate.
Attributes inherited from KalturaMatchCondition
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#field ⇒ Object
Field to evaluate
17584 17585 17586 |
# File 'lib/kaltura_types.rb', line 17584 def field @field end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17587 17588 17589 17590 17591 17592 |
# File 'lib/kaltura_types.rb', line 17587 def from_xml(xml_element) super if xml_element.elements['field'] != nil self.field = KalturaClientBase.object_from_xml(xml_element.elements['field'], 'KalturaStringField') end end |