class AzureBlob::Container
def initialize(response)
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