Class: JDX::Geocoder::Configuration
- Inherits:
-
Object
- Object
- JDX::Geocoder::Configuration
- Defined in:
- lib/jdx/geocoder.rb
Instance Attribute Summary collapse
-
#error_handler ⇒ Object
Returns the value of attribute error_handler.
-
#google_key ⇒ Object
Returns the value of attribute google_key.
-
#ip_cache_db ⇒ Object
Returns the value of attribute ip_cache_db.
-
#ipapi_key ⇒ Object
Returns the value of attribute ipapi_key.
-
#location_cache_db ⇒ Object
Returns the value of attribute location_cache_db.
Instance Attribute Details
#error_handler ⇒ Object
Returns the value of attribute error_handler.
135 136 137 |
# File 'lib/jdx/geocoder.rb', line 135 def error_handler @error_handler end |
#google_key ⇒ Object
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_db ⇒ Object
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_key ⇒ Object
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_db ⇒ Object
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 |