Fog::Collection
# File lib/fog/sakuracloud/models/volume/disks.rb, line 10 def all load service.list_disks.body['Disks'] end
# File lib/fog/sakuracloud/models/volume/disks.rb, line 20 def delete(id) service.delete_disk(id) true end
# File lib/fog/sakuracloud/models/volume/disks.rb, line 14 def get(id) all.find { |f| f.id == id } rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.