class AzureBlob::Blob

def initialize(response)

HEAD or GET request to a blob uri.
Expects a Net::HTTPResponse object from a

but obtain one when calling relevant methods of AzureBlob::Client.
You should not instanciate this object directly,
def initialize(response)
  @response = response
end