# File lib/fog/ibm/requests/storage/get_volume.rb, line 59 def volume_attached?(volume_id) self.data[:volumes][volume_id]['instanceId'] != "0" end