class Goodcheck::ImportLoader::HTTPGetError

Attributes

response[R]

Public Class Methods

new(res) click to toggle source
Calls superclass method
# File lib/goodcheck/import_loader.rb, line 24
def initialize(res)
  super("HTTP GET #{res.uri} => #{res.code} #{res.message}")
  @response = res
end