Class: DatawireQuarkCore::HTTP::Response
- Extended by:
- GettersSetters
- Defined in:
- lib/datawire-quark-core.rb
Instance Method Summary collapse
-
#initialize ⇒ Response
constructor
A new instance of Response.
Methods included from GettersSetters
Methods inherited from Base
#getHeader, #getHeaders, #setHeader
Constructor Details
#initialize ⇒ Response
Returns a new instance of Response.
400 401 402 403 404 405 |
# File 'lib/datawire-quark-core.rb', line 400 def initialize @code = 500 @body = '' @headers = {} @responded = false end |