class HTTParty::Response

def parsed_response

def parsed_response
  @parsed_response ||= @parsed_block.call
end