# File lib/fog/vsphere/models/compute/volume.rb, line 21 def size_gb attributes[:size_gb] ||= attributes[:size].to_i / DISK_SIZE_TO_GB if attributes[:size] end