Method: TcServer::Nodes#initialize

Defined in:
lib/vas/tc_server/nodes.rb

#initialize(location, client) ⇒ Nodes

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