Sha256: c6ff0046632315ae521baa016ccea6fb2706c1b6fd7e565411946e453fdda36b
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true class ProxyResource < ActiveResource::Base self.site = "http://localhost" self.proxy = "http://user:password@proxy.local:3000" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_cached_resource-0.1.0 | lib/activeresource/test/fixtures/proxy.rb |
active_cached_resource-0.0.1.pre | lib/activeresource/test/fixtures/proxy.rb |