Class: Crashbreak::BaseRepository

Inherits:
Object
  • Object
show all
Defined in:
lib/crashbreak/repositories/base_repository.rb

Constant Summary collapse

BASE_URL =
'https://crashbreak.herokuapp.com/api'

Instance Method Summary collapse

Instance Method Details

#project_tokenObject



5
6
7
# File 'lib/crashbreak/repositories/base_repository.rb', line 5

def project_token
  Crashbreak.configure.api_key
end