struct Store::Item
- Store::Item
- Struct
- Value
- Object
Defined in:
store/item.crConstructors
Instance Method Summary
- #bucket : String | Nil
- #clone
- #collection : String
- #copy_with(collection _collection = @collection, bucket _bucket = @bucket, object _object = @object)
- #object : String | Nil
Constructor Detail
Instance Method Detail
def copy_with(collection _collection = @collection, bucket _bucket = @bucket, object _object = @object)
#