Module: Overlay::Config

Defined in:
lib/overlay/config.rb

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



4
5
6
# File 'lib/overlay/config.rb', line 4

def api_key
  @api_key
end

.auth_keyObject

Returns the value of attribute auth_key.



4
5
6
# File 'lib/overlay/config.rb', line 4

def auth_key
  @auth_key
end

.base_urlObject

Returns the value of attribute base_url.



4
5
6
# File 'lib/overlay/config.rb', line 4

def base_url
  @base_url
end

.envObject

Returns the value of attribute env.



4
5
6
# File 'lib/overlay/config.rb', line 4

def env
  @env
end