Class: SoapyBing::Soap::Request::GetBulkDownloadStatusRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/soapy_bing/soap/request/get_bulk_download_status_request.rb

Constant Summary collapse

API_BASE_URL =
'https://bulk.api.bingads.microsoft.com'
API_VERSION =
10
API_ENDPOINT =
"#{API_BASE_URL}/Api/Advertiser/CampaignManagement/V#{API_VERSION}/BulkService.svc"

Constants inherited from Base

Base::DEFAULT_HTTP_HEADERS

Instance Attribute Summary

Attributes inherited from Base

#context

Instance Method Summary collapse

Methods inherited from Base

#action_name, #default_body, #default_headers, #initialize, #post

Methods included from Helpers::ClassName

#class_name

Constructor Details

This class inherits a constructor from SoapyBing::Soap::Request::Base

Instance Method Details

#performObject



11
12
13
# File 'lib/soapy_bing/soap/request/get_bulk_download_status_request.rb', line 11

def perform
  Response::GetBulkDownloadStatusResponse.new(post(API_ENDPOINT))
end