Fog::Collection
# File lib/fog/xenserver/models/compute/host_patchs.rb, line 10 def all(options={}) data = service.get_records 'host_patch' load(data) end
# File lib/fog/xenserver/models/compute/host_patchs.rb, line 15 def get( host_patch_ref ) if host_patch_ref && host_patch = service.get_record( host_patch_ref, 'host_patch' ) new(host_patch) else nil end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.