Class: Geocoder::Configuration
- Inherits:
-
Object
- Object
- Geocoder::Configuration
- Defined in:
- lib/geocoder/configuration.rb
Class Method Summary collapse
- .lookup ⇒ Object
- .lookup=(obj) ⇒ Object
- .timeout ⇒ Object
- .timeout=(obj) ⇒ Object
- .yahoo_appid ⇒ Object
- .yahoo_appid=(obj) ⇒ Object
Class Method Details
.lookup ⇒ Object
6 |
# File 'lib/geocoder/configuration.rb', line 6 def self.lookup; @@lookup; end |
.lookup=(obj) ⇒ Object
7 |
# File 'lib/geocoder/configuration.rb', line 7 def self.lookup=(obj); @@lookup = obj; end |
.timeout ⇒ Object
3 |
# File 'lib/geocoder/configuration.rb', line 3 def self.timeout; @@timeout; end |
.timeout=(obj) ⇒ Object
4 |
# File 'lib/geocoder/configuration.rb', line 4 def self.timeout=(obj); @@timeout = obj; end |
.yahoo_appid ⇒ Object
9 |
# File 'lib/geocoder/configuration.rb', line 9 def self.yahoo_appid; @@yahoo_appid; end |
.yahoo_appid=(obj) ⇒ Object
10 |
# File 'lib/geocoder/configuration.rb', line 10 def self.yahoo_appid=(obj); @@yahoo_appid = obj; end |