Module: Voorhees

Defined in:
lib/voorhees/config.rb,
lib/voorhees/logging.rb,
lib/voorhees/request.rb,
lib/voorhees/resource.rb,
lib/voorhees/response.rb,
lib/voorhees/exceptions.rb

Defined Under Namespace

Modules: Config, Resource Classes: Error, NotFoundError, NotResourceError, ParameterMissingError, ParseError, Request, Response, TimeoutError, UnavailableError

Class Method Summary collapse

Class Method Details

.debug(message) ⇒ Object



2
3
4
# File 'lib/voorhees/logging.rb', line 2

def self.debug(message)
  Voorhees::Config[:logger].debug("VOORHEES: #{message}")
end