Returns a new instance of Nodes.
23 24 25
# File 'lib/vas/tc_server/nodes.rb', line 23 def initialize(location, client) super(location, client, 'nodes', Node) end