Sha256: a1bef012bb915e3924b71790cf3ded8a29cbcd7800966f63a0390a18bd0ef5a8

Contents?: true

Size: 501 Bytes

Versions: 85

Compression:

Stored size: 501 Bytes

Contents

module Fog
  module Vcloud
    if false
      class Fog::Connection
        def request(params, &block)
          path = File.expand_path(File.join(File.dirname(__FILE__),'..','..','data',params[:path].gsub(/^\//,'').gsub('/','_+_')))
          if File.exists?(path)
            body = File.read(path)
          else
            ''
          end
          Excon::Response.new(
            :body   => body,
            :status => 200,
            :header => '')
        end
      end
    end
  end
end

Version data entries

85 entries across 85 versions & 15 rubygems

Version Path
fog-maestrodev-1.20.0.20140305101839 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.20.0.20140305101305 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140212012611 tests/vcloud/models/compute/conn_helper.rb
fog-1.20.0 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140110004459 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140110003812 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140109202555 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140107192102 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20140107142106 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.19.0.20131219203941 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131219193542 tests/vcloud/models/compute/conn_helper.rb
fog-1.19.0 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131219033443 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131219032002 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131219030716 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131219022322 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131218202447 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131209091424 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131209090811 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.18.0.20131206115947 tests/vcloud/models/compute/conn_helper.rb