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