class LOG

A Logging utility class

Public Instance Methods

error(response) click to toggle source

@param [Net::HTTPResponse] response

# File lib/SWGOH/API/CLIENT/LOG/log.rb, line 8
def error(response)
  puts response.body if response.is_a?(Net::HTTPResponse)
end