Class: BatchlyApi::Configuration
- Inherits:
-
Object
- Object
- BatchlyApi::Configuration
- Defined in:
- lib/batchly_api/configuration.rb
Class Attribute Summary collapse
-
.API_KEY ⇒ Object
Returns the value of attribute API_KEY.
-
.API_SECRET ⇒ Object
Returns the value of attribute API_SECRET.
-
.BASE_URI ⇒ Object
Returns the value of attribute BASE_URI.
Class Attribute Details
.API_KEY ⇒ Object
Returns the value of attribute API_KEY.
18 19 20 |
# File 'lib/batchly_api/configuration.rb', line 18 def API_KEY @API_KEY end |
.API_SECRET ⇒ Object
Returns the value of attribute API_SECRET.
19 20 21 |
# File 'lib/batchly_api/configuration.rb', line 19 def API_SECRET @API_SECRET end |
.BASE_URI ⇒ Object
Returns the value of attribute BASE_URI.
17 18 19 |
# File 'lib/batchly_api/configuration.rb', line 17 def BASE_URI @BASE_URI end |