Method: HipChat::API#debug

Defined in:
lib/hipchat-api.rb

#debug(location = $stderr) ⇒ Object

Turn on HTTParty debugging

Parameters:

  • location (Object) (defaults to: $stderr)

    Output “sink” for HTTP debugging



41
42
43
# File 'lib/hipchat-api.rb', line 41

def debug(location = $stderr)
  self.class.debug_output(location)
end