class HTTParty::DryIce::CachedHTTPartyResponse
Attributes
body[RW]
headers[RW]
parsed_response[RW]
Public Class Methods
new(headers, body, parsed_response)
click to toggle source
# File lib/dry_ice.rb, line 149 def initialize(headers, body, parsed_response) @headers, @body, @parsed_response = headers, body, parsed_response end