Class: Gemfire::DiskStores

Inherits:
Shared::MutableCollection show all
Defined in:
lib/vas/gemfire/disk_stores.rb

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::MutableCollection

#delete

Methods inherited from Shared::Collection

#each

Constructor Details

#initialize(location, client) ⇒ DiskStores

Returns a new instance of DiskStores.



22
23
24
# File 'lib/vas/gemfire/disk_stores.rb', line 22

def initialize(location, client)
  super(location, client, 'disk-stores', DiskStore)
end