the-rocci-project/rOCCI-core

View on GitHub
lib/occi/infrastructure/networkinterface.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Occi
  module Infrastructure
    # Dummy sub-class of `Occi::Core::Link` meant to simplify handling
    # of known instances of the given sub-class. Does not contain any functionality.
    #
    # @author Boris Parak <parak@cesnet.cz>
    class Networkinterface < Occi::Core::Link; end
  end
end