Module: Overlay::Config
- Defined in:
- lib/overlay/config.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.auth_key ⇒ Object
Returns the value of attribute auth_key.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
-
.env ⇒ Object
Returns the value of attribute env.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/overlay/config.rb', line 4 def api_key @api_key end |
.auth_key ⇒ Object
Returns the value of attribute auth_key.
4 5 6 |
# File 'lib/overlay/config.rb', line 4 def auth_key @auth_key end |
.base_url ⇒ Object
Returns the value of attribute base_url.
4 5 6 |
# File 'lib/overlay/config.rb', line 4 def base_url @base_url end |
.env ⇒ Object
Returns the value of attribute env.
4 5 6 |
# File 'lib/overlay/config.rb', line 4 def env @env end |