Sha256: b86f6c016761e9e0d082fc38a2d7e339289d3e3bc6a4d313993eb98a0373b9e8

Contents?: true

Size: 152 Bytes

Versions: 5

Compression:

Stored size: 152 Bytes

Contents

module FogExtensions
  module Ovirt
    module Volume
      def as_json(options={ })
        size_gb
        super options
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/lib/fog_extensions/ovirt/volume.rb
foreman_discovery-1.0.0.rc4 test/foreman_app/lib/fog_extensions/ovirt/volume.rb
foreman_discovery-1.0.0.rc3 test/foreman_app/lib/fog_extensions/ovirt/volume.rb
foreman_discovery-1.0.0.rc2 test/foreman_app/lib/fog_extensions/ovirt/volume.rb
foreman_discovery-1.0.0.rc1 test/foreman_app/lib/fog_extensions/ovirt/volume.rb