# File lib/fog/rackspace/models/block_storage/volume.rb, line 34
        def snapshots
          service.snapshots.select { |s| s.volume_id == identity }
        end