class Middleman::Sitemap::Extensions::Proxies::ProxyConfiguration

def initialize(options={})

Create a new proxy configuration from hash options
def initialize(options={})
  options.each do |key, value|
    send "#{key}=", value
  end
end