Class: Credentials
- Inherits:
-
Object
- Object
- Credentials
- Defined in:
- lib/lifeboat.rb
Instance Method Summary collapse
-
#initialize ⇒ Credentials
constructor
A new instance of Credentials.
Constructor Details
#initialize ⇒ Credentials
Returns a new instance of Credentials.
17 18 19 20 21 22 |
# File 'lib/lifeboat.rb', line 17 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 |