Class: Kaltura::KalturaBeaconSearchScheduledResourceOrderByItem
- Inherits:
-
KalturaESearchOrderByItem
- Object
- KalturaObjectBase
- KalturaESearchOrderByItem
- Kaltura::KalturaBeaconSearchScheduledResourceOrderByItem
- Defined in:
- lib/kaltura_plugins/kaltura_beacon_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.
131 132 133 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 131 def sort_field @sort_field end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
134 135 136 137 138 139 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 134 def from_xml(xml_element) super if xml_element.elements['sortField'] != nil self.sort_field = xml_element.elements['sortField'].text end end |