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