class Azure::Client

Public Class Methods

new(options = {}) click to toggle source
# File lib/azure/client.rb, line 22
def initialize(options = {})
  reset!(options)
end

Public Instance Methods

same_options?(opts) click to toggle source

Check if this client is configured with the same options

# File lib/azure/client.rb, line 27
def same_options?(opts)
  opts.hash == options.hash
end