Initial commit

This commit is contained in:
2018-04-05 20:51:48 -05:00
commit 384ffd58dd
10 changed files with 272 additions and 0 deletions

View File

@ -0,0 +1,9 @@
class ShiftStats
class Configuration
attr_accessor :api_key
def initialize
@api_key = 'YXBpLnNoaWZ0c3RhdHMuY29tLDE5YjhhZGIwNDVjZjAxMzJhM2E5N2VmZDQ1YTRj'
end
end
end