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