fog/fog-xenserver

View on GitHub
lib/fog/xenserver/compute/models/model.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Fog
  module XenServer
    class Compute
      module Models
        class Model < Fog::Model
          extend ClassMethods
          include InstanceMethods
        end
      end
    end
  end
end