Method: Azure::Core::Configuration#storage_table_host
- Defined in:
- lib/azure/core/configuration.rb
#storage_table_host ⇒ Object
Public: Get the host for this service. If you set something using #storage_table_host=, then we use that. Else we default to Azure’s default hosts, based on your account name.
92 93 94 |
# File 'lib/azure/core/configuration.rb', line 92 def storage_table_host @storage_table_host || default_host(:table) end |