Class: Credentials

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

Instance Method Summary collapse

Constructor Details

#initializeCredentials

Returns a new instance of Credentials.



13
14
15
16
17
18
# File 'lib/syncassets_r2.rb', line 13

def initialize
# TRIED USING THE INITIALIZE FOR THOSE YAML LOADING DOWN THERE
# BUT IT WAS GIVING ME CRAP AND HAD TO DUPLICATE THE LINE
# MY GUEST IS THAT IT IS B/C THEY ARE CLASS METHODS
# TODO: RESEARCH HOW TO REFACTOR OUT
end