Class: Persistence::Adapter::Mock::Bucket
- Inherits:
-
Object
- Object
- Persistence::Adapter::Mock::Bucket
- Includes:
- BucketInterface
- Defined in:
- lib/persistence/adapter/mock/bucket.rb,
lib/namespaces.rb
Overview
Bucket class for Mock adapter. Interface implementation provided in module so methods can be easily overridden.
Defined Under Namespace
Modules: BucketInterface Classes: Index
Instance Attribute Summary
Attributes included from BucketInterface
Method Summary
Methods included from BucketInterface
#count, #create_index, #cursor, #delete_attribute!, #delete_index, #delete_object!, #get_attribute, #get_object, #has_index?, #index, #initialize, #put_attribute!, #put_object!