Class: Kaltura::KalturaCountryContextField
- Inherits:
-
KalturaStringField
- Object
- KalturaObjectBase
- KalturaValue
- KalturaStringValue
- KalturaStringField
- Kaltura::KalturaCountryContextField
- Defined in:
- lib/kaltura_client.rb
Overview
Represents the current request country context as calculated based on the IP address
Instance Attribute Summary collapse
-
#geo_coder_type ⇒ Object
The ip geo coder engine to be used.
Attributes inherited from KalturaStringValue
Attributes inherited from KalturaValue
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#geo_coder_type ⇒ Object
The ip geo coder engine to be used
8633 8634 8635 |
# File 'lib/kaltura_client.rb', line 8633 def geo_coder_type @geo_coder_type end |