Class: Metasploit::Framework::DataService::RemoteHTTPDataService::SuccessResponse
- Inherits:
-
ResponseWrapper
- Object
- ResponseWrapper
- Metasploit::Framework::DataService::RemoteHTTPDataService::SuccessResponse
- Defined in:
- lib/metasploit/framework/data_service/remote/http/core.rb
Overview
Success response wrapper
Instance Attribute Summary
Attributes inherited from ResponseWrapper
Instance Method Summary collapse
-
#initialize(response) ⇒ SuccessResponse
constructor
A new instance of SuccessResponse.
Methods inherited from ResponseWrapper
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 |