Class: ONEAccess::Configuration
- Inherits:
-
Object
- Object
- ONEAccess::Configuration
- Defined in:
- lib/oneaccess/configuration.rb
Constant Summary collapse
- DEFAULT_BASE_V1_1_URL =
"http://ws.oneaccess.io/v1.1"- DEFAULT_BASE_V3_0_URL =
"http://ws.oneaccess.io/v3.0"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.base_v1_1_url ⇒ Object
Returns the value of attribute base_v1_1_url.
-
.base_v3_0_url ⇒ Object
Returns the value of attribute base_v3_0_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.
10 11 12 |
# File 'lib/oneaccess/configuration.rb', line 10 def api_key @api_key end |
.base_v1_1_url ⇒ Object
Returns the value of attribute base_v1_1_url.
8 9 10 |
# File 'lib/oneaccess/configuration.rb', line 8 def base_v1_1_url @base_v1_1_url end |
.base_v3_0_url ⇒ Object
Returns the value of attribute base_v3_0_url.
9 10 11 |
# File 'lib/oneaccess/configuration.rb', line 9 def base_v3_0_url @base_v3_0_url end |
.master_api_key ⇒ Object
Returns the value of attribute master_api_key.
11 12 13 |
# File 'lib/oneaccess/configuration.rb', line 11 def master_api_key @master_api_key end |