Method: Azure::Core::SignedService#call

Defined in:
lib/azure/core/signed_service.rb

#call(method, uri, body = nil, headers = nil, options = {}) ⇒ Object



40
41
42
# File 'lib/azure/core/signed_service.rb', line 40

def call(method, uri, body=nil, headers=nil, options={})
  super(method, uri, body, headers, options)
end