class AdsCommon::SavonService::RequestInfo

Attributes

body[RW]
headers[RW]
url[RW]

Public Class Methods

new(body, headers, url) click to toggle source
# File lib/ads_common/savon_service.rb, line 255
def initialize(body, headers, url)
  @body, @headers, @url = body, headers, url
end