Sha256: 4b5007010f4a784a9803273760afd3106885237cc46ebe5b410cc1adf88b4c94

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

require 'rest-assured/client/resources'

module RestAssured
  module Client
    class Config
      attr_reader :server_address

      def server_address=(addr)
        @server_address = Double.site = addr
      end
    end

    def self.config
      @config ||= Config.new
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-assured-0.3.2 lib/rest-assured/client.rb
rest-assured-0.3.1 lib/rest-assured/client.rb
rest-assured-0.3.0 lib/rest-assured/client.rb
rest-assured-0.2.0 lib/rest-assured/client.rb
rest-assured-0.2.0.rc8 lib/rest-assured/client.rb
rest-assured-0.2.0.rc7 lib/rest-assured/client.rb