module HTTParty
module HTTParty::ClassMethods
module HTTParty::HashConversions
module HTTParty::Logger
module HTTParty::ModuleInheritableAttributes
module HTTParty::ModuleInheritableAttributes::ClassMethods
module HTTParty::Utils
module Net
module Net::HTTPHeader
class HTTParty::Basement
class HTTParty::ConnectionAdapter
class HTTParty::CookieHash
class HTTParty::Decompressor
class HTTParty::DuplicateLocationHeader
class HTTParty::Error
class HTTParty::HeadersProcessor
class HTTParty::Logger::ApacheFormatter
class HTTParty::Logger::CurlFormatter
class HTTParty::Logger::LogstashFormatter
class HTTParty::Parser
class HTTParty::RedirectionTooDeep
class HTTParty::Request
class HTTParty::Request::Body
class HTTParty::Request::MultipartBoundary
class HTTParty::Response
class HTTParty::Response::Headers
class HTTParty::ResponseError
class HTTParty::ResponseFragment
class HTTParty::TextEncoder
class HTTParty::UnsupportedFormat
class HTTParty::UnsupportedURIScheme
class Net::HTTPHeader::DigestAuthenticator
httparty
0.21.0
# initialize
def initialize(logger, level) @logger = logger @level = level.to_sym @messages = [] end