Method: AkamaiApi::ECCU::FindRequest#execute
- Defined in:
- lib/akamai_api/eccu/find_request.rb
#execute(retrieve_content = false) ⇒ FindResponse
Returns the details of an ECCU request
28 29 30 31 32 33 |
# File 'lib/akamai_api/eccu/find_request.rb', line 28 def execute retrieve_content = false with_soap_error_handling do response = client_call :get_info, message: request_body(retrieve_content).to_s FindResponse.new response[:eccu_info] end end |