Initial commit
This commit is contained in:
9
lib/shift_stats/configuration.rb
Normal file
9
lib/shift_stats/configuration.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class ShiftStats
|
||||
class Configuration
|
||||
attr_accessor :api_key
|
||||
|
||||
def initialize
|
||||
@api_key = 'YXBpLnNoaWZ0c3RhdHMuY29tLDE5YjhhZGIwNDVjZjAxMzJhM2E5N2VmZDQ1YTRj'
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user