Fog::Collection
# File lib/fog/joyent/models/compute/images.rb, line 12 def all load(service.list_datasets().body) end
# File lib/fog/joyent/models/compute/images.rb, line 16 def get(id) data = service.get_dataset(id).body new(data) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.