Class: BatchlyApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/batchly_api/configuration.rb

Class Attribute Summary collapse

Class Attribute Details

.API_KEYObject

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_SECRETObject

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_URIObject

Returns the value of attribute BASE_URI.



17
18
19
# File 'lib/batchly_api/configuration.rb', line 17

def BASE_URI
  @BASE_URI
end