# File lib/god/conditions/http_response_code.rb, line 79 def initialize super self.port = 80 self.path = '/' self.headers = {} self.times = [1, 1] self.timeout = 60.seconds self.ssl = false self.ca_file = nil end