Class: SoapyBing::Soap::Response::PollGenerateReportResponse

Inherits:
Base
  • Object
show all
Includes:
ReportStatus
Defined in:
lib/soapy_bing/soap/response/poll_generate_report_response.rb

Constant Summary

Constants included from Payload

SoapyBing::Soap::Response::Payload::Fault

Instance Attribute Summary

Attributes inherited from Base

#body

Instance Method Summary collapse

Methods included from ReportStatus

#error?, #extract_status, #pending?, #report_status, #status, #success?

Methods included from Helpers::ClassName

#class_name

Methods inherited from Base

#initialize

Methods included from Payload

#check_errors_and_extract_payload, #payload, #response

Constructor Details

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

Instance Method Details

#extract_payloadObject



8
9
10
# File 'lib/soapy_bing/soap/response/poll_generate_report_response.rb', line 8

def extract_payload
  report_status['ReportDownloadUrl']
end