Class: KalturaApi::KalturaCountryContextField

Inherits:
KalturaStringField show all
Defined in:
lib/kaltura_client.rb

Overview

Represents the current request country context as calculated based on the IP address

Instance Attribute Summary collapse

Attributes inherited from KalturaStringValue

#value

Attributes inherited from KalturaValue

#description

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#geo_coder_typeObject

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