Method: Azure::Core::SignedService#call
- Defined in:
- lib/azure/core/signed_service.rb
#call(method, uri, body = nil, headers = nil) ⇒ Object
38 39 40 |
# File 'lib/azure/core/signed_service.rb', line 38 def call(method, uri, body=nil, headers=nil) super(method, uri, body, headers) end |