Class: Kaltura::KalturaESearchCategoryOrderByItem
- Inherits:
-
KalturaESearchOrderByItem
- Object
- KalturaObjectBase
- KalturaESearchOrderByItem
- Kaltura::KalturaESearchCategoryOrderByItem
- 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.
676 677 678 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 676 def sort_field @sort_field end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
679 680 681 682 683 684 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 679 def from_xml(xml_element) super if xml_element.elements['sortField'] != nil self.sort_field = xml_element.elements['sortField'].text end end |