Sha256: c8e86ee977488ec0f278aa2625fd3b69a82dc3379771152c9ef1749821f9e4b7
Contents?: true
Size: 451 Bytes
Versions: 6
Compression:
Stored size: 451 Bytes
Contents
require File.expand_path("../admin_organization", __FILE__) module Fog module Compute class Ecloud class AdminOrganizations < Fog::Ecloud::Collection identity :href model Fog::Compute::Ecloud::AdminOrganization def get(uri) if data = service.get_admin_organization(uri) new(data.body) end rescue Fog::Errors::NotFound nil end end end end end
Version data entries
6 entries across 6 versions & 2 rubygems