Fog::Model
# File lib/fog/ovirt/models/compute/volume.rb, line 21 def size_gb attributes[:size_gb] ||= attributes[:size].to_i / DISK_SIZE_TO_GB if attributes[:size] end
# File lib/fog/ovirt/models/compute/volume.rb, line 25 def size_gb= s attributes[:size] = s.to_i * DISK_SIZE_TO_GB if s end
# File lib/fog/ovirt/models/compute/volume.rb, line 29 def to_s id end
[Validate]
Generated with the Darkfish Rdoc Generator 2.