Class: IpToEarth::Configuration
- Inherits:
-
Object
- Object
- IpToEarth::Configuration
- Defined in:
- lib/ip_to_earth/configuration.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
readonly
Returns the value of attribute api_key.
-
.base_uri ⇒ Object
readonly
Returns the value of attribute base_uri.
Class Attribute Details
.api_key ⇒ Object (readonly)
Returns the value of attribute api_key.
8 9 10 |
# File 'lib/ip_to_earth/configuration.rb', line 8 def api_key @api_key end |
.base_uri ⇒ Object (readonly)
Returns the value of attribute base_uri.
8 9 10 |
# File 'lib/ip_to_earth/configuration.rb', line 8 def base_uri @base_uri end |