# File lib/fog/rackspace/models/block_storage/volume_types.rb, line 11 def all data = service.list_volume_types.body['volume_types'] load(data) end