Class: Kaltura::KalturaBeaconSearchScheduledResourceOrderBy
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBeaconSearchScheduledResourceOrderBy
- Defined in:
- lib/kaltura_plugins/kaltura_beacon_client_plugin.rb
Instance Attribute Summary collapse
-
#order_items ⇒ Object
Returns the value of attribute order_items.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#order_items ⇒ Object
Returns the value of attribute order_items.
144 145 146 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 144 def order_items @order_items end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
147 148 149 150 151 152 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 147 def from_xml(xml_element) super if xml_element.elements['orderItems'] != nil self.order_items = KalturaClientBase.object_from_xml(xml_element.elements['orderItems'], 'KalturaBeaconSearchScheduledResourceOrderByItem') end end |