Sha256: 55234e564bd90010f80700d476f62038cb542368788bf6f14b06e497c650e3ac
Contents?: true
Size: 342 Bytes
Versions: 58
Compression:
Stored size: 342 Bytes
Contents
module Fog module Compute class Ovirt class Real def get_quota(id) ovirt_attrs client.quota(id) end end class Mock def get_quota(id) xml = read_xml('quota.xml') ovirt_attrs OVIRT::Quota::new(self, Nokogiri::XML(xml).root) end end end end end
Version data entries
58 entries across 58 versions & 4 rubygems