theforeman/foreman-xen

View on GitHub
app/models/concerns/fog_extensions/xenserver/vdi.rb

Summary

Maintainability
A
0 mins
Test Coverage
module FogExtensions
  module Xenserver
    module Vdi
      extend ActiveSupport::Concern

      def id
        uuid
      end
    end
  end
end