Class: Kaltura::KalturaBeaconSearchParams
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBeaconSearchParams
- Defined in:
- lib/kaltura_plugins/kaltura_beacon_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#object_id ⇒ Object
Returns the value of attribute object_id.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#object_id ⇒ Object
Returns the value of attribute object_id.
118 119 120 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 118 def object_id @object_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
121 122 123 124 125 126 |
# File 'lib/kaltura_plugins/kaltura_beacon_client_plugin.rb', line 121 def from_xml(xml_element) super if xml_element.elements['objectId'] != nil self.object_id = xml_element.elements['objectId'].text end end |