module Azure::Blob

Public Class Methods

new(signer=Core::Auth::SharedKey.new, account_name=Azure.config.storage_account_name) click to toggle source
Calls superclass method
# File lib/paperclip-azure.rb, line 8
def initialize(signer=Core::Auth::SharedKey.new, account_name=Azure.config.storage_account_name)
  super(signer, account_name)
  @host = Paperclip::Storage::AzureRegion.url_for account_name
end