Method: Azure::Storage::Common::Default.storage_queue_host
- Defined in:
- lib/azure/storage/common/default.rb
.storage_queue_host ⇒ String
Default storage queue host
120 121 122 |
# File 'lib/azure/storage/common/default.rb', line 120 def storage_queue_host ENV["AZURE_STORAGE_QUEUE_HOST"] end |