struct Store::Item

Defined in:

store/item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(collection : String, bucket : String | Nil = nil, object : String | Nil = nil) #

[View source]

Instance Method Detail

def bucket : String | Nil #

def clone #

[View source]
def collection : String #

def copy_with(collection _collection = @collection, bucket _bucket = @bucket, object _object = @object) #

[View source]
def object : String | Nil #