Sha256: 8beadc71562fcf5c3be324b6f1815c289cebdd9fcf7c0be46757afad31ef5e2b

Contents?: true

Size: 692 Bytes

Versions: 92

Compression:

Stored size: 692 Bytes

Contents

module Fog
  module Compute
    class Ecloud
      class Real
        basic_request :get_organizations
      end # Real

      class Mock
        def get_organizations(uri)
          organizations = self.data[:organizations].values.dup
          organizations.each{|org| org.delete(:id)}
          body = {
            :xmlns_i => "http://www.w3.org/2001/XMLSchema-instance",
            :href    => "/cloudapi/ecloud/organizations/",
            :type    => "application/vnd.tmrk.cloud.organization; type=collection"
          }.merge(:Organization => (organizations.size > 1 ? organizations : organizations.first))

          response(:body => body)
        end
      end
    end
  end
end

Version data entries

92 entries across 90 versions & 11 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/requests/get_organizations.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/requests/get_organizations.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-ecloud-0.3.0/lib/fog/compute/ecloud/requests/get_organizations.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-ecloud-0.1.1/lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.3.0 lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.2.0 lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.1.3 lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.1.2 lib/fog/compute/ecloud/requests/get_organizations.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/ecloud/requests/compute/get_organizations.rb
fog-ecloud-0.1.1 lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.1.0 lib/fog/compute/ecloud/requests/get_organizations.rb
fog-ecloud-0.0.2 lib/fog/ecloud/requests/compute/get_organizations.rb
fog-ecloud-0.0.1 lib/fog/ecloud/requests/compute/get_organizations.rb
fog-1.25.0 lib/fog/ecloud/requests/compute/get_organizations.rb
nsidc-fog-1.24.1 lib/fog/ecloud/requests/compute/get_organizations.rb
fog-1.24.0 lib/fog/ecloud/requests/compute/get_organizations.rb
ns-fog-1.22.11 lib/fog/ecloud/requests/compute/get_organizations.rb
ns-fog-1.22.10 lib/fog/ecloud/requests/compute/get_organizations.rb
ns-fog-1.22.9 lib/fog/ecloud/requests/compute/get_organizations.rb
ns-fog-1.22.8 lib/fog/ecloud/requests/compute/get_organizations.rb