Class: SOAP::RPC::Driver
- Inherits:
-
Object
- Object
- SOAP::RPC::Driver
- Defined in:
- lib/soapex/driver.rb
Direct Known Subclasses
YSM::AccountService::AccountService, YSM::AdGroupService::AdGroupService, YSM::AdService::AdService, YSM::BasicReportService::BasicReportService, YSM::BidInformationService::BidInformationService, YSM::BudgetingService::BudgetingService, YSM::CampaignService::CampaignService, YSM::CompanyService::CompanyService, YSM::ExcludedWordsService::ExcludedWordsService, YSM::ForecastService::ForecastService, YSM::KeywordResearchService::KeywordResearchService, YSM::KeywordService::KeywordService, YSM::LocationService::LocationService, YSM::MasterAccountService::MasterAccountService, YSM::UpgradeService::UpgradeService, YSM::UserManagementService::UserManagementService
Instance Method Summary collapse
Instance Method Details
#prepare(headers, endpoint = nil) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/soapex/driver.rb', line 5 def prepare(headers, endpoint=nil) self.proxy.endpoint_url = endpoint if endpoint headers.each {|h| self.headerhandler << h} (self.wiredump_dev = STDOUT) if $DEBUG self.['protocol.http.ssl_config.verify_mode'] = nil (self.wiredump_file_base = "debug") if $DEBUG end |