Class: Buckets::Utils

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

Overview

Utils class

Direct Known Subclasses

Bucket, BucketMetaObject

Instance Method Summary collapse

Instance Method Details

#connectionObject

returns a connection instance



88
89
90
# File 'lib/buckets.rb', line 88

def connection
  CryptKeeper::Connection.http_instance
end