EGI-FCTF/rOCCI-core

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

Summary

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