Class: Senju::Credential
- Inherits:
-
Object
- Object
- Senju::Credential
- Defined in:
- lib/senju/credentials.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
15 16 17 |
# File 'lib/senju/credentials.rb', line 15 def self.all Senju::Credentials.new.data end |
.find(key) ⇒ Object
19 20 21 |
# File 'lib/senju/credentials.rb', line 19 def self.find(key) all[key] end |