Class: Buckets::Utils
- Inherits:
-
Object
- Object
- Buckets::Utils
- Defined in:
- lib/buckets.rb
Overview
Utils class
Direct Known Subclasses
Instance Method Summary collapse
-
#connection ⇒ Object
returns a connection instance.
Instance Method Details
#connection ⇒ Object
returns a connection instance
88 89 90 |
# File 'lib/buckets.rb', line 88 def connection CryptKeeper::Connection.http_instance end |