Class: ONEAccess::Configuration
- Inherits:
-
Object
- Object
- ONEAccess::Configuration
- Defined in:
- lib/oneaccess/configuration.rb
Constant Summary collapse
- DEFAULT_BASE_URL =
"http://ws.oneaccess.io/v1.1"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
-
.master_api_key ⇒ Object
Returns the value of attribute master_api_key.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
8 9 10 |
# File 'lib/oneaccess/configuration.rb', line 8 def api_key @api_key end |
.base_url ⇒ Object
Returns the value of attribute base_url.
7 8 9 |
# File 'lib/oneaccess/configuration.rb', line 7 def base_url @base_url end |
.master_api_key ⇒ Object
Returns the value of attribute master_api_key.
9 10 11 |
# File 'lib/oneaccess/configuration.rb', line 9 def master_api_key @master_api_key end |