class Kaltura::KalturaAnonymousIPCondition

Attributes

geo_coder_type[RW]

The ip geo coder engine to be used

Public Instance Methods

from_xml(xml_element) click to toggle source
Calls superclass method Kaltura::KalturaMatchCondition#from_xml
# File lib/kaltura_types.rb, line 16364
def from_xml(xml_element)
        super
        if xml_element.elements['geoCoderType'] != nil
                self.geo_coder_type = xml_element.elements['geoCoderType'].text
        end
end