class Kaltura::KalturaBeaconSearchParams

Attributes

object_id[RW]

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaObjectBase#from_xml
# 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