# File lib/fog/ibm/models/storage/volume.rb, line 78
        def ready?
          # TODO: Not sure if this is the only state we should be matching.
          state == "Detached"
        end