Object
# File lib/ethon/easy/mirror.rb, line 16 def self.from_easy(easy) options = {} informations_to_mirror.each do |info| options[info] = easy.send(info) end new(options) end
# File lib/ethon/easy/mirror.rb, line 12 def self.informations_to_log [:effective_url, :response_code, :return_code, :total_time] end
Generated with the Darkfish Rdoc Generator 2.