Class: Metasploit::Framework::DataService::RemoteHTTPDataService::SuccessResponse

Inherits:
ResponseWrapper
  • Object
show all
Defined in:
lib/metasploit/framework/data_service/remote/http/core.rb

Overview

Success response wrapper

Instance Attribute Summary

Attributes inherited from ResponseWrapper

#response

Instance Method Summary collapse

Methods inherited from ResponseWrapper

#response_body, #to_s

Constructor Details

#initialize(response) ⇒ SuccessResponse

Returns a new instance of SuccessResponse.



299
300
301
# File 'lib/metasploit/framework/data_service/remote/http/core.rb', line 299

def initialize(response)
  super(response)
end