Class: OneSecret::Store
- Inherits:
-
Object
- Object
- OneSecret::Store
- Defined in:
- lib/one_secret/store.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(hash) ⇒ Store
constructor
A new instance of Store.
- #put(key, value) ⇒ Object
Constructor Details
#initialize(hash) ⇒ Store
Returns a new instance of Store.
3 4 5 |
# File 'lib/one_secret/store.rb', line 3 def initialize(hash) @hash = hash end |