Module: SandthornSnapshotMemcached

Defined in:
lib/sandthorn_snapshot_memcached.rb,
lib/sandthorn_snapshot_memcached/version.rb,
lib/sandthorn_snapshot_memcached/snapshot_store.rb

Defined Under Namespace

Classes: SnapshotStore

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.from_url(url) ⇒ Object



7
8
9
# File 'lib/sandthorn_snapshot_memcached.rb', line 7

def from_url url
  SnapshotStore.new url
end