class T2Server::Administrator

This call provides access to the administrative interface of a Taverna Server instance.

To get an instance of this class use the T2Server::Server#administrator method. Special permissions will most likely be required above and beyond those assigned to most Taverna Server users.

Attributes

resources[R]

The resources held by this administrative interface. This is a Hash indexed by the name of the resource in lowercase.

Public Instance Methods

[name] → AdminResource click to toggle source

Return the named AdminResource.

# File lib/t2-server/admin.rb, line 72
def [](name)
  @resources[name.downcase]
end