lib/stashify/file/microsoft/azure/storage/blob.rb in stashify-microsoft-azure-storage-blob-1.0.0 vs lib/stashify/file/microsoft/azure/storage/blob.rb in stashify-microsoft-azure-storage-blob-1.0.1

- old
+ new

@@ -5,9 +5,14 @@ module Stashify class File module Microsoft module Azure module Storage + # An implementation for interacting with files in Azure Blob + # Storage. The constructor needs an instance of + # Azure::Storage::Blob::BlobService and + # Azure::Storage::Blob::Container::Container in order to + # know which bucket to interact with. class Blob < Stashify::File def initialize(client:, container:, path:) @client = client @container = container super(path: path)