Sha256: 619494868ff11f41513f692375cfe974d26818bcc216cee62fb1c455ba1502b4
Contents?: true
Size: 340 Bytes
Versions: 38
Compression:
Stored size: 340 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
38 entries across 38 versions & 5 rubygems