Sha256: 49f67dcacf4546ffb62cb16bfb2573bfd0a41ad47890a664d5931ca8af3867b1
Contents?: true
Size: 618 Bytes
Versions: 27
Compression:
Stored size: 618 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
27 entries across 25 versions & 6 rubygems