Method: Azure.client
- Defined in:
- lib/azure.rb
.client(options = {}) ⇒ Azure::Client
API client based on configured options Configurable
130 131 132 133 |
# File 'lib/azure.rb', line 130 def client( = {}) @client = Azure::Client.new() unless defined?(@client) && @client.() @client end |