Sha256: 42245a0d99cb5e24db9b159e8f5a6d7120e71466f6470cb5d19e79d43b5b584e
Contents?: true
Size: 446 Bytes
Versions: 17
Compression:
Stored size: 446 Bytes
Contents
require 'fog/ecloud/models/compute/admin_organization' 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
17 entries across 17 versions & 5 rubygems