Method: Fog::Storage::IBM::Mock#list_volumes

Defined in:
lib/fog/ibm/requests/storage/list_volumes.rb

#list_volumesObject


37
38
39
40
41
42
# File 'lib/fog/ibm/requests/storage/list_volumes.rb', line 37

def list_volumes
  response = Excon::Response.new
  response.status = 200
  response.body = { 'volumes' => format_list_volumes_response }
  response
end