Sha256: 1dde991ee08fd88f5db4ab08bd46148dbed09efad7aa50a1169e9185501d47a0

Contents?: true

Size: 619 Bytes

Versions: 65

Compression:

Stored size: 619 Bytes

Contents

module Fog
  module Compute
    class Ecloud

      class Real
        basic_request :get_organization
      end

      class Mock
        def get_organization(uri)
          organization_id = id_from_uri(uri)
          organization    = self.data[:organizations][organization_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)

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

Version data entries

65 entries across 65 versions & 6 rubygems

Version Path
fog-maestrodev-1.15.0.20130927082724 lib/fog/ecloud/requests/compute/get_organization.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.15.0 lib/fog/ecloud/requests/compute/get_organization.rb
gapinc-fog-1.14.0 lib/fog/ecloud/requests/compute/get_organization.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.14.0 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.13.0 lib/fog/ecloud/requests/compute/get_organization.rb
gapinc-fog-1.12.1.2 lib/fog/ecloud/requests/compute/get_organization.rb
gapinc-fog-1.12.1.1 lib/fog/ecloud/requests/compute/get_organization.rb
gapinc-fog-1.12.1a lib/fog/ecloud/requests/compute/get_organization.rb
gapinc-fog-1.12.1 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.12.1 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.12.0 lib/fog/ecloud/requests/compute/get_organization.rb
hpfog-0.0.20 lib/fog/ecloud/requests/compute/get_organization.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/ecloud/requests/compute/get_organization.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.11.1 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.11.0 lib/fog/ecloud/requests/compute/get_organization.rb
fog-1.10.1 lib/fog/ecloud/requests/compute/get_organization.rb
fog-test-me-1.10.0 lib/fog/ecloud/requests/compute/get_organization.rb