Class: SoapyBing::Soap::Response::SubmitGenerateReportResponse

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

Constant Summary

Constants included from Payload

Payload::Fault

Instance Attribute Summary

Attributes inherited from Base

#body

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Payload

#check_errors_and_extract_payload, #payload, #response

Methods included from Helpers::ClassName

#class_name

Constructor Details

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

Instance Method Details

#extract_payloadObject



6
7
8
# File 'lib/soapy_bing/soap/response/submit_generate_report_response.rb', line 6

def extract_payload
  response['ReportRequestId']
end