Class: Kaltura::KalturaESearchGroupOrderByItem
- Inherits:
-
KalturaESearchOrderByItem
- Object
- KalturaObjectBase
- KalturaESearchOrderByItem
- Kaltura::KalturaESearchGroupOrderByItem
- Defined in:
- lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb
Instance Attribute Summary collapse
-
#sort_field ⇒ Object
Returns the value of attribute sort_field.
Attributes inherited from KalturaESearchOrderByItem
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#sort_field ⇒ Object
Returns the value of attribute sort_field.
869 870 871 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 869 def sort_field @sort_field end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
872 873 874 875 876 877 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 872 def from_xml(xml_element) super if xml_element.elements['sortField'] != nil self.sort_field = xml_element.elements['sortField'].text end end |