lib/fog/ovirt/models/compute/volume.rb in fog-maestrodev-1.8.0.20130114204828 vs lib/fog/ovirt/models/compute/volume.rb in fog-maestrodev-1.14.0.20130806165225

- old
+ new

@@ -13,9 +13,11 @@ attribute :bootable attribute :interface attribute :format attribute :sparse attribute :size_gb + attribute :status + attribute :quota def size_gb attributes[:size_gb] ||= attributes[:size].to_i / DISK_SIZE_TO_GB if attributes[:size] end