class Kaltura::KalturaCountryContextField
Represents the current request country context as calculated based on the IP address
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::KalturaStringField#from_xml
# File lib/kaltura_types.rb, line 18740 def from_xml(xml_element) super if xml_element.elements['geoCoderType'] != nil self.geo_coder_type = xml_element.elements['geoCoderType'].text end end