module MediTAF::Services
Enables MediTAF
to interact with available resources. It depends on resource adapters that implement a set of require methods. The underlying adapters have the knowledge of the type resource with which it communicates.
Public Class Methods
new()
click to toggle source
@return [ResourcesMgr] a new instance of ResourceMgr
# File lib/MediTAF/services.rb, line 9 def self.new ResourcesMgr.new end