Class: Kaltura::KalturaESearchMetadataOrderByItem
- Inherits:
-
KalturaESearchOrderByItem
- Object
- KalturaObjectBase
- KalturaESearchOrderByItem
- Kaltura::KalturaESearchMetadataOrderByItem
- Defined in:
- lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb
Instance Attribute Summary collapse
-
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
-
#xpath ⇒ Object
Returns the value of attribute xpath.
Attributes inherited from KalturaESearchOrderByItem
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
797 798 799 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 797 def end |
#xpath ⇒ Object
Returns the value of attribute xpath.
796 797 798 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 796 def xpath @xpath end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
803 804 805 806 807 808 809 810 811 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 803 def from_xml(xml_element) super if xml_element.elements['xpath'] != nil self.xpath = xml_element.elements['xpath'].text end if xml_element.elements['metadataProfileId'] != nil self. = xml_element.elements['metadataProfileId'].text end end |