Class: JDX::Geocoder::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/jdx/geocoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_handlerObject

Returns the value of attribute error_handler.



135
136
137
# File 'lib/jdx/geocoder.rb', line 135

def error_handler
  @error_handler
end

#google_keyObject

Returns the value of attribute google_key.



135
136
137
# File 'lib/jdx/geocoder.rb', line 135

def google_key
  @google_key
end

#ip_cache_dbObject

Returns the value of attribute ip_cache_db.



135
136
137
# File 'lib/jdx/geocoder.rb', line 135

def ip_cache_db
  @ip_cache_db
end

#ipapi_keyObject

Returns the value of attribute ipapi_key.



135
136
137
# File 'lib/jdx/geocoder.rb', line 135

def ipapi_key
  @ipapi_key
end

#location_cache_dbObject

Returns the value of attribute location_cache_db.



135
136
137
# File 'lib/jdx/geocoder.rb', line 135

def location_cache_db
  @location_cache_db
end