Class: Kaltura::KalturaGeoDistanceCondition
- Inherits:
-
KalturaMatchCondition
- Object
- KalturaObjectBase
- KalturaCondition
- KalturaMatchCondition
- Kaltura::KalturaGeoDistanceCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#geo_coder_type ⇒ Object
The ip geo coder engine to be used.
Attributes inherited from KalturaMatchCondition
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#geo_coder_type ⇒ Object
The ip geo coder engine to be used
17726 17727 17728 |
# File 'lib/kaltura_types.rb', line 17726 def geo_coder_type @geo_coder_type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
17729 17730 17731 17732 17733 17734 |
# File 'lib/kaltura_types.rb', line 17729 def from_xml(xml_element) super if xml_element.elements['geoCoderType'] != nil self.geo_coder_type = xml_element.elements['geoCoderType'].text end end |